Skip to content

add aarch64 manylinux_2_28 wheels#266

Closed
mattip wants to merge 9 commits intoMacPython:mainfrom
mattip:aarch64_manylinux_2_28
Closed

add aarch64 manylinux_2_28 wheels#266
mattip wants to merge 9 commits intoMacPython:mainfrom
mattip:aarch64_manylinux_2_28

Conversation

@mattip
Copy link
Collaborator

@mattip mattip commented Mar 18, 2026

  • 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

Build manylinux_2_28 wheels, and also report gcc version on aarch64

@rgommers
Copy link
Collaborator

Just checking: add as in "in addition to" manylinux2014, or replacing those builds?

@mattip
Copy link
Collaborator Author

mattip commented Mar 19, 2026

In addition to

and i will probably delete this entire pr, it is for debugging a weird aarch64 failure in numpy

@mattip
Copy link
Collaborator Author

mattip commented Mar 19, 2026

Just checking: add as in "in addition to" manylinux2014, or replacing those builds?

It seems clang has a problem on aarch64, so I will try manylinux_2_28 and gcc14 which comes installed. No more downloading and installing a clang. So in the end, yes, this means the end of manylinux2014 (over 10 years later).

@mattip
Copy link
Collaborator Author

mattip commented Mar 19, 2026

Removing clang and using gcc from manylinux_2_28 seems to work. I will close this and open a clean PR.

@mattip mattip closed this Mar 19, 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.

2 participants