Skip to content

Backport changes to properly hide non-interface functions#243

Closed
mattip wants to merge 5 commits into
MacPython:maintenance/v0.3.30.0.7from
mattip:backport-hidden
Closed

Backport changes to properly hide non-interface functions#243
mattip wants to merge 5 commits into
MacPython:maintenance/v0.3.30.0.7from
mattip:backport-hidden

Conversation

@mattip

@mattip mattip commented Dec 15, 2025

Copy link
Copy Markdown
Collaborator
  • 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)

Should solve numpy/numpy#30299

Backport the changes from #241 to v0.3.30.0.8, which will become v0.3.30.0.9. Note we define NO_LAPACKE=1 so we no longer export the scipy_LAPACKE_* functions like scipy_LAPACKE_cgelqf64_, just the scipy_ ones like scipy_cgelqf_64_. I don't see either SciPy nor NumPy using the LAPACKE interfaces.

@mattip

mattip commented Feb 1, 2026

Copy link
Copy Markdown
Collaborator Author

Closing, both SciPy and NumPy have moved in to 0.3.31

@mattip mattip closed this Feb 1, 2026
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