Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

jiahao
Copy link
Member

@jiahao jiahao commented Feb 12, 2015

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.

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.
@ViralBShah
Copy link
Member

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.

@jiahao
Copy link
Member Author

jiahao commented Feb 13, 2015

This is icc 14.0.1 on julia.mit.

@jiahao
Copy link
Member Author

jiahao commented Feb 13, 2015

Build errors for release-0.3: JuliaMath/openspecfun#30 #10188

Build errors for master: #9656

jiahao added a commit that referenced this pull request Feb 14, 2015
Attempt to improve build for Intel compilers.

Refs: JuliaMath/openspecfun#30 #10181
@jiahao
Copy link
Member Author

jiahao commented Feb 14, 2015

@andreasnoack was able to build without manually specifying the C++ include path.

Needs more investigation before merging

@ViralBShah ViralBShah added the docs This change adds or pertains to documentation label Feb 15, 2015
@ViralBShah
Copy link
Member

Is this still needed?

@nolta nolta closed this in 0da9602 May 13, 2015
@jiahao jiahao deleted the cjh/readme-intel branch May 28, 2015 06:54
mbauman pushed a commit to mbauman/julia that referenced this pull request Jun 6, 2015
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
tkelman pushed a commit to tkelman/julia that referenced this pull request Jun 6, 2015
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants