-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
README: Update instructions for Intel compilers #10181
Conversation
Remind users to set Intel compiler variables also, not just the MKL ones. Also, building LLVM 3.3 appears to require gcc includes even if icpc is used: /usr/include/c++/4.8/cstddef(41): catastrophic error: cannot open source file "bits/c++config.h" I got LLVM to build by manually setting the C++ include path.
Which version of the Intel compilers requires the gcc stuff? I seem to recollect everything building on julia.mit.edu without the CPLUS_INCLUDE bit. |
This is icc 14.0.1 on julia.mit. |
Build errors for release-0.3: JuliaMath/openspecfun#30 #10188 Build errors for master: #9656 |
Attempt to improve build for Intel compilers. Refs: JuliaMath/openspecfun#30 #10181
@andreasnoack was able to build without manually specifying the C++ include path. Needs more investigation before merging |
Is this still needed? |
Recommend using v15 or greater. Older versions either fail to build or fail the test suite. closes JuliaLang#8294 closes JuliaLang#9656 closes JuliaLang#10181
Recommend using v15 or greater. Older versions either fail to build or fail the test suite. closes JuliaLang#8294 closes JuliaLang#9656 closes JuliaLang#10181
Remind users to set Intel compiler variables also, not just the MKL ones.
Also, building LLVM 3.3 appears to require gcc includes even if icpc is used:
I got LLVM to build by manually setting the C++ include path.