-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DO NOT MERGE bump libomp in wheels to libomp-13.0.0_0 for macos [cd build] #22105
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
DO NOT MERGE bump libomp in wheels to libomp-13.0.0_0 for macos [cd build] #22105
Conversation
This seems to work but there was an unrelated error in the win_amd64 / Python 3.9 build:
|
This confirms that the windows |
All the tests pass with |
We downgraded from libomp 12 to libomp 11 in #21227 |
I built a wheel with cibuildwheel and libomp-13 locally and I can reproduce the segfault when running the following
then with
which is not exactly the same instructions as #21182 (comment) but also a |
I also tried to run with the |
I guess we will have to:
|
I think this is the best way forward for the time being. I'll set it up. |
An alternative is to use https://mac.r-project.org/openmp/ and use 11.0.1 for arm64 and 10.0.0 for everything else. |
I opened an alternative solution at: #22109 which uses conda-forge's libomp 11.0.1 |
This should fix the nightly builds since
libomp-11.0.1_0
is no longer available on the macports repository.Instead of using the oldest libomp versions, I tried to use the latest but I am not 100% sure if it will work or not. Let's see what the CI tells us.