Skip to content

move to manylinux_2_28 and use the distro's gcc14#267

Closed
mattip wants to merge 4 commits intoMacPython:mainfrom
mattip:manylinux_2_28
Closed

move to manylinux_2_28 and use the distro's gcc14#267
mattip wants to merge 4 commits intoMacPython:mainfrom
mattip:manylinux_2_28

Conversation

@mattip
Copy link
Collaborator

@mattip mattip commented Mar 19, 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

Move to manylinux_2_28 and use the gcc compiler there. This solves numpy/numpy#30816, as tested in numpy/numpy#30818 on aarch64. I hope none of the other platforms need clang.

@mattip
Copy link
Collaborator Author

mattip commented Mar 20, 2026

Strange. The build under qemu with the same compiler but using manylinux_2_28 instead of manylinux2014 times out after an hour, it used to finish in 26 minutes.

@mattip
Copy link
Collaborator Author

mattip commented Mar 20, 2026

Let's start again and only change the manylinux image.

@mattip mattip closed this Mar 20, 2026
@mattip mattip mentioned this pull request Mar 20, 2026
1 task
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