-
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
Build with clang fails when NOFORTRAN=0 #1628
Comments
Not sure yet why it is failing to link against the clang openmp runtime (-lomp) in the first case. (I assume you did Second case, |
Thanks for your reply. Yes I do
but if I don't specify it I get the error mentioned above. |
(1) seems the Makefiles in ctest and test both need to set CEXTRALIB=lomp in this case |
Everything is built properly now using
Thank you so much for your fast reply and fix. |
Hi,
I am trying to build OpenBlas with clang on Fedrora using:
and when I use NOFORTRAN=0:
for openmp, clang and gfortran I 'm using:
Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: