-
Notifications
You must be signed in to change notification settings - Fork 428
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
build_id does take into account manual build strings for subpackages #3248
Comments
This seems to be the cause of the clangdev 5.x rebuild issue here: conda-forge/clangdev-feedstock#41 |
yes, it is a bug. I haven't figured out why it works for openblas and mkl, but not for you (similar concept, so it must be something strange.). I can reproduce it, but conda-build is being very finicky and often refusing to even render the recipe, saying that clangdev depends on itself somehow. Sorry, this one may take a while to get to fixing. If you figure it out, a PR would be very welcome. |
Pasting @isuruf 's patch from conda-forge gitter, which appears to fix the issue locally.
|
Thanks @msarahan for reproducing locally. |
Hi there, thank you for your contribution! This issue has been automatically locked because it has not had recent activity after being closed. Please open a new issue if needed. Thanks! |
Namely, it does not seem to detect that a build string is set manually for a subpackage.
conda-build/conda_build/metadata.py
Line 1261 in a6e3a33
The text was updated successfully, but these errors were encountered: