Skip to content

Conversation

@mattip
Copy link
Collaborator

@mattip mattip commented Nov 20, 2025

  • I updated the package version in pyproject.toml and made sure the first 3 numbers match git describe --tags --abbrev=8 in OpenBLAS at the OPENBLAS_COMMIT. If I did not update OPENBLAS_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).

@mattip
Copy link
Collaborator Author

mattip commented Nov 21, 2025

In order to stay with MACOSX_DEPLOYMENT_TARGET="10.9" for macos-x86_64, use gcc-11 there. This makes it possible to create 10.9 wheels.

@mattip
Copy link
Collaborator Author

mattip commented Nov 21, 2025

While CI is passing, the test in #233 fails on scipy-openblas64-macos-arm64. I wonder if setting $FC is not working as it should

check_gfortran
if [[ "${PLAT:-}" == "universal2" || "${PLAT:-}" == "arm64" ]]; then
install_arm64_cross_gfortran
fi
Copy link
Collaborator Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant