-
Notifications
You must be signed in to change notification settings - Fork 22
always use gfortran from conda on macos, update to gfortran-15 #237
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
Conversation
|
In order to stay with |
|
While CI is passing, the test in #233 fails on scipy-openblas64-macos-arm64. I wonder if setting |
| check_gfortran | ||
| if [[ "${PLAT:-}" == "universal2" || "${PLAT:-}" == "arm64" ]]; then | ||
| install_arm64_cross_gfortran | ||
| fi |
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.
This was installing a cross-compiling gfortran on arm64. Maybe the source of bugs?
|
The gfortran-15 in the github macos-amr64 images targets macos-15+. We want to create a 11 wheel, so we cannot use those. Rather than use the image gfortran/gcc or download custom packages, I could use a conda/pixi action and install the conda compilers directly. |
|
Closing in favor of #240 |
git describe --tags --abbrev=8in OpenBLAS at theOPENBLAS_COMMIT. If I did not updateOPENBLAS_COMMIT, I incremented the wheel build number (i.e. 0.3.29.0.0 to 0.3.29.0.1)Port #236 to always use gfortran from conda, and also update to the newer packages (thanks @isuruf).