-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
v11.1.0 #115
v11.1.0 #115
Conversation
…da-forge-pinning 2021.02.16.22.51.53
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 ( |
…da-forge-pinning 2021.02.26.15.36.03
Ok, those last two commits might have been unnecessary (strictly speaking), because this seems to be hanging on conda-forge/libcxx-feedstock#73 on the one hand, but then the pinning for that probably should take into account the minor version as well... Edit: that PR seems to have a circular dependency... 🥳 |
@isuruf |
You answered it yourself in your previous comment.
|
Well, fair enough, but the build had failed (and I suspected it had something to do with the If not by absorbing the minor version, how do we unblock |
llvm 11.0 and 11.1 are compatible with each other. So, |
I get that, but conda build doesn't (though that's probably also partially due to the circular dependency that I mentioned above). |
For the osx error, we probably need to add a |
@isuruf |
Thanks |
Continues & closes #114.
GCC 9 seems to cause some
problems...
Next step is trying to undo the compiler bump on ppc64le that #114 did.