-
Notifications
You must be signed in to change notification settings - Fork 16
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
Conversation
I can't get this to work. It seems somehow specifying CC messes with the cross-compilation. |
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. |
There is a floating point error emmited in It seems this is not the correct path, closing. |
I can't see so quickly if I also noticed that the macos-arm64 builds on this repo still use |
git describe --tags --abbrev=8
in OpenBLAS at theOPENBLAS_COMMIT
. If I did not updateOPENBLAS_COMMIT
, I incremented the wheel build number (i.e. 0.3.29.0.0 to 0.3.29.0.1)