-
Notifications
You must be signed in to change notification settings - Fork 20
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
base: main
Are you sure you want to change the base?
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?
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).