-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cannot compile openblas 0.3.28 on macOS 15 with clang 16 #4888
Comments
Probably should have mentioned that the environment contains:
|
What does |
Apple's How do I run |
|
OK, found it. An obscure bug in the new Apple linker :( which for some reason, even when called as
Somehow it's not accepting stdin anymore:
So not an openblas issue. Sorry about the noise, it was a tricky one. |
I have reported this to Apple as FB15021557. A copy of the report content can be found at iains/gcc-darwin-arm64#136 |
Testing the beta macOS / clang combination (soon to be released) for Homebrew, and failing to compile openblas. I've tried to debug it myself, but the makefile-within-a-makefile build system is making my head hurt. Please give me a bit of help.
So the
Makefile.
error comes fromARCH
apparently being set empty. I don't know why, and trying to passARCH=arm64
as command-line argument does not help either. Also, with the-d
option:I don't even understand where it's calling
clang
from, sinceCC
is set to something else.The text was updated successfully, but these errors were encountered: