-
Notifications
You must be signed in to change notification settings - Fork 15
Can't build OpenMP runtime using clang-omp #55
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
Comments
Hmm, that's very strange. I could not reproduce your problem. Try to Best regards, Alexey BataevSoftware Engineer 09.12.2014 19:45, gnzlbg пишет:
|
Same issue for me. |
Did you tried to build it with using regular clang? This must be Best regards, Alexey BataevSoftware Engineer 13.03.2015 7:55, kvm1983 пишет:
|
Not sure I understand what regular clang means. For now, I removed those flags that cause the build to fail from src/makefile.mk and was able to build the library successfully. |
I've installed clang-omp following the instructions on its website. The last step is to install the runtime library from openmp.llvm.org.
When following the instructions to install it in MacOS X Yosemite using:
make compiler=clang mode=release
I get the following error with clang-omp trunk:
I didn't had this error the last time I installed clang-omp and the run-time library, is it an issue with clang-omp or the runtime and where should I report this error?
The text was updated successfully, but these errors were encountered: