-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
openmp builds require openblas openmp builds #126
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 ( |
Thanks for the insight! I am currently travelling but I will check if this solves the problem as soon as I have access to a laptop. |
Thanks, I just tested this in ami-iit/bipedal-locomotion-framework#886 and indeed it solves the problem! |
Great, thank you! |
@minrk Could it make sense to mark
and still results in the hanging problem that is quite difficult to detect early on. If you agree, I can prepare the PR to the repo to ask for marking packages as broken. |
I will backport the constraint to the repodata patches |
repodata patch: conda-forge/conda-forge-repodata-patches-feedstock#847 |
btw, it's possible older builds may be getting picked due weighing down the openmp build via features. Related PR to try to address the inappropriate blas priority: |
From the openblas faq:
This is likely the cause of #125 because the pthreads build of openblas is the default blas on linux, but any package that calls blas from within openmp must require openblas to also use openmp.
hopefully closes #125