Skip to content

update to v0.3.33-201-ge70a7a73#276

Merged
mattip merged 2 commits into
MacPython:mainfrom
mattip:v0.3.33.201
Jul 5, 2026
Merged

update to v0.3.33-201-ge70a7a73#276
mattip merged 2 commits into
MacPython:mainfrom
mattip:v0.3.33.201

Conversation

@mattip

@mattip mattip commented Jul 5, 2026

Copy link
Copy Markdown
Collaborator
  • I updated the package version in pyproject.toml and made sure the first 3 numbers match ./openblas_commit.txt. If I did not update ./openblas_commit.txt, I incremented the wheel build number (i.e. 0.3.29.0.0 to 0.3.29.0.1)

Note: update ./openblas_commit.txt with cd OpenBLAS; git describe --tags --abbrev=8 > ../openblas_commit.txt

To fix numpy/numpy#31776

@mayeut

mayeut commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

@mattip, following up here for the comment you left in #274
I also seen the failure in #275 but I wasn't checking this.
It seems related to actions/runner-images#14167 and the build seems to succeed or fail during the transition depending on the runner being picked (macos-15 succeeds but macos-26 fails). It might be better to avoid macos-latest and pin to macos-15 in this PR.

@mattip mattip merged commit cff6268 into MacPython:main Jul 5, 2026
25 checks passed
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.

BUG: float32 @ matmul bug on macOS arm64 (scipy-openblas64 PyPI wheel)

2 participants