-
Notifications
You must be signed in to change notification settings - Fork 20
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
Use env.yml in CI and build docs, fixes #155. #158
Conversation
Seems like macosx latest is an arm architecture and there is no openmp available. Need to revert to intel architecture. |
Not it seems that the last successful CI runs were on:
|
|
The last working CI with mac does display this warning when running the tests:
|
But
|
Looks like the openmp package was last uploaded 4 years ago: https://anaconda.org/conda-forge/openmp/files and the openmp feedstock points to an llvm-openmp https://github.com/conda-forge/openmp-feedstock Maybe the dependency is supposed to be |
If I include "openmp" if fails on mac and if I include "llvm-openmp" it fails on windows. It used to work on all OS with just "openmp". I switched to using an env.yml installed of the |
No, this is from the old mac build:
But the warning that seemed like openmp wasn't properly installed (compile didn't work in opty) was present there. |
So I just tried to run the exact old CI setup here #160 and it works for all OSes. So it seems that |
Interesting, so the issue was that I switched to setup-miniconda@v3 instead of v2 in the old CI. Maybe it has something to do with: conda-incubator/setup-miniconda#312 |
May be similar issue as: tudat-team/tudat#212 |
Some other notes:
|
It was reported at the openmp feedstock that the package name changed to llvm-openmp and I should be using that. |
Notes on openmp: https://conda-forge.org/docs/maintainer/knowledge_base/#openmp |
No description provided.