BRL-CAD builds pervasively on a number of different operating systems, hardware, and compilers. We actively seek out new compilation environments and like to get them working as best as we can. We regularly build with Microsoft Visual Studio (the professional one you have to pay for), GCC, and a number of other compilers. One we have not tested in a long time is the Intel Compiler (available for Windows and Linux)
This task involves attempting to compile BRL-CAD using the Intel Compiler. You'll need to download our source code, CMake, and ICC. Compile BRL-CAD using ICC and keep notes of everything you do along the way. You'll report back any failures and otherwise document all the steps you take. Submit a complete build log and your notes documenting everything you did.
We will create follow-on tasks if you make any fixes that get the build working.
Resources:
- http://brlcad.org/wiki/Compiling
- http://www.cmake.org/
- http://software.intel.com/en-us/intel-compilers
File name/URL | File size | Date submitted | |
---|---|---|---|
brlcad-icc-14.0.1-build.log | 237.1 KB | December 29 2013 20:46 UTC | |
icc14.0.1-brlcad-cmakesummary.txt | 2.0 KB | December 29 2013 20:46 UTC | |
icc14.0.1-compile-brlcad.txt | 141 bytes | December 29 2013 20:47 UTC |
I would like to work on this task.
This task has been assigned to Jacob B. You have 72 hours to complete this task, good luck!
The work on this task is ready to be reviewed.
This is actually rather surprising. Awesome, but surprising. Would you run these two in the build directory?
make clean
make VERBOSE=1 | tee brlcad_icc_build.log 21
Basically, capturing a verbose build log to see if there are any warnings or other output that I would expect from icc.
Congratulations, this task has been completed successfully.