-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
BLD: bump OpenBLAS version, use OpenBLAS for win-arm64 #29039
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
base: main
Are you sure you want to change the base?
Conversation
Hmm. Wheel builder is failing to upload arm64 windows wheels since there is no micromamba |
Ahh, can't win-arm64 run x86 code using emulation? I wonder if the wheel uploader could just use the win-x86_64 micromamba install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I follow that is a problem with this PR, so approving: merge when you think it's done.
I have the same problem uploading the numpy win_arm64 wheels for the 2.3.0rc1 release. |
I've grabbed the win_arm wheels on github and will try using those. |
@charris, @mattip - could you use my fix for the OpenBLAS wheel uploading for WoA? I installed https://github.com/MacPython/openblas-libs/blob/main/.github/workflows/windows-arm.yml#L82 |
Thanks @matthew-brett. I used the pip-install trick and also disallowed building a win-arm64 wheel without OpenBLAS. Please check the wheel building logs and/or the artifact to make sure the win-arm64 wheel is using OpenBLAS before merging. |
CirrusCI macOS-arm64 builds are failing, There is this messsage, then another #28227 heisenbug failure
|
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
b277e71
to
6c8f0f7
Compare
Closes #29035 by adding openblas support to the arm64 windows builds
This bumps the version of OpenBLAS from the 0.3.29 release to the latest develop HEAD (which had wheels for OpenBLAS on win-arm64), so it may impact other things.