Skip to content

change manylinux version#268

Open
mattip wants to merge 2 commits intoMacPython:mainfrom
mattip:manylinux_2_28-2
Open

change manylinux version#268
mattip wants to merge 2 commits intoMacPython:mainfrom
mattip:manylinux_2_28-2

Conversation

@mattip
Copy link
Collaborator

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

Redo #267 in slower steps

@mattip mattip closed this Mar 20, 2026
@mattip mattip reopened this Mar 20, 2026
@mattip
Copy link
Collaborator Author

mattip commented Mar 20, 2026

closed by mistake

Comment on lines +31 to +33
CC="/opt/clang/bin/clang"
CXX="/opt/clang/bin/clang++"
LDFLAGS="-fuse-ld=lld"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think those need to be exported (that was the case when using cibuildwheel configuration)

Suggested change
CC="/opt/clang/bin/clang"
CXX="/opt/clang/bin/clang++"
LDFLAGS="-fuse-ld=lld"
export CC="/opt/clang/bin/clang"
export CXX="/opt/clang/bin/clang++"
export LDFLAGS="-fuse-ld=lld"

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