Re: [CMake] cmake with intel compilers

2012-09-26 Thread burlen
On 09/24/2012 09:29 AM, burlen wrote: On 09/24/2012 07:04 AM, Bill Hoffman wrote: On 9/23/2012 4:29 PM, Burlen Loring wrote: hmmm, I was a bit hasty in concluding that the issue has gone away in newer releases. on another system, I have the issue with cmake 2.8.8. The intel compiler version the

Re: [CMake] cmake with intel compilers

2012-09-24 Thread burlen
On 09/24/2012 07:04 AM, Bill Hoffman wrote: On 9/23/2012 4:29 PM, Burlen Loring wrote: hmmm, I was a bit hasty in concluding that the issue has gone away in newer releases. on another system, I have the issue with cmake 2.8.8. The intel compiler version there is 11.1. On this system if I don't i

Re: [CMake] cmake with intel compilers

2012-09-24 Thread Bill Hoffman
On 9/23/2012 4:29 PM, Burlen Loring wrote: hmmm, I was a bit hasty in concluding that the issue has gone away in newer releases. on another system, I have the issue with cmake 2.8.8. The intel compiler version there is 11.1. On this system if I don't include $INTEL_ROOT/include/intel64 explicitly

Re: [CMake] cmake with intel compilers

2012-09-23 Thread Burlen Loring
hmmm, I was a bit hasty in concluding that the issue has gone away in newer releases. on another system, I have the issue with cmake 2.8.8. The intel compiler version there is 11.1. On this system if I don't include $INTEL_ROOT/include/intel64 explicitly , gcc's xmm intrinsics are found causing

Re: [CMake] cmake with intel compilers

2012-09-23 Thread Burlen Loring
I'm not having the issue with a newer version of intel compiler and cmake 2.8.8. I'm concluding that this is not an issue in current releases. Burlen On 9/23/2012 9:08 AM, Burlen Loring wrote: Hi, When I'm using intel compilers cmake is missing some of the internal compiler include paths. Wh

Re: [CMake] cmake with intel compilers

2012-09-23 Thread Leif Walsh
Have you sourced the intel compilervars script in the shell where you invoke cmake? Check $C_INCLUDE_PATH and $CPLUS_INCLUDE_PATH. You may also have better luck setting the CC and CXX env vars rather than setting cmake variables. I remember using the intel compiler with cmake was a hassle. Sen

[CMake] cmake with intel compilers

2012-09-23 Thread Burlen Loring
Hi, When I'm using intel compilers cmake is missing some of the internal compiler include paths. When I use intel compilers with cmake I'm setting CMAKE_CXX_COMPILER and CMAKE_C_COMPILER. One path that's missed is $INTEL_ROOT/include/intel64 which among others contains xmm intriniscs header.