Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change OpenMP linking to always be dynamic.
The commit changes the behavior of OpenMP library linking. Previously, if OpenMP was needed when static libs is True, then the setup would look for the OpenMP static library. With this commit, the OpenMP library will always be dynamic.
- Loading branch information