Skip to content

Conversation

@mattip
Copy link
Collaborator

@mattip mattip commented Nov 28, 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)

Fixes #233 by using a valid gfortran compiler, merged from the maintenance branch. The trick alias gfortran=gfortran-15 did not work.

@mattip
Copy link
Collaborator Author

mattip commented Nov 28, 2025

Use parts of #237 to simplify the gfortran install

@mattip mattip merged commit 83c2ecb into MacPython:main Nov 29, 2025
21 checks passed
@mattip
Copy link
Collaborator Author

mattip commented Nov 29, 2025

This also cleaned up many of the bash script functions, leaving a clearer build.

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.

Calling zladiv via ctypes segfaults on macos with v0.3.30.0.3 and greater

1 participant