-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add awscrt #14664
add awscrt #14664
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
😒 |
Apparently this is intentional to ban this version: https://github.com/awslabs/aws-lc/blob/129fc373c971f6ac275a1ed5de2b96410d9cc9d9/CMakeLists.txt#L31-L42 It should still be possible to use GCC 7 using a |
Do you know the right syntax for it? I tried: ctng_gcc:
- 7.5.0 but it didn't work. |
@ocefpaf Welcome to the world of aws-c-* packages 😍 I will dig a bit into this as it is probably better to use the C(++) packages from conda-forge instead of the bundled sources. For the referenced error, I would suggest a different fix: Find out how to build it without |
Use aws-* libs from conda-forge
Thanks @xhochy! |
Depends on conda-forge/aws-c-mqtt-feedstock#8 |
@conda-forge/staged-recipes With the latest build of |
@xhochy and @chrisburr thanks so much for the help here. I had no idea what I was getting into 😄 |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).