Skip to content

use gcc from homebrew #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

use gcc from homebrew #207

wants to merge 12 commits into from

Conversation

mattip
Copy link
Collaborator

@mattip mattip commented Jun 28, 2025

  • 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)

@mattip
Copy link
Collaborator Author

mattip commented Jun 29, 2025

I can't get this to work. It seems somehow specifying CC messes with the cross-compilation.

@rgommers
Copy link
Collaborator

Can I ask what motivated the attempt to try making this switch? Using Clang seems healthier on macOS, since that's how everything gets compiled and it avoids pulling in C/C++ runtime libs.

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