Re: [CMake] ifort link with -static-intel

2009-03-25 Thread Bill Hoffman
Benne, Kyle wrote: Hello All, I have been experimenting with CMake to compile a large Fortran project with the Intel Fortran compiler ifort. I am having trouble getting the executable to link with the static intel libraries, because CMake is adding the linker flag "i_dynamic" and it is overridi

[CMake] ifort link with -static-intel

2009-03-24 Thread Benne, Kyle
Hello All, I have been experimenting with CMake to compile a large Fortran project with the Intel Fortran compiler ifort. I am having trouble getting the executable to link with the static intel libraries, because CMake is adding the linker flag "i_dynamic" and it is overriding my --static-int

[CMake] ifort link with -static-intel

2009-03-23 Thread Benne, Kyle
Hello All, I have been experimenting with CMake to compile a large Fortran project with the Intel Fortran compiler ifort. I am having trouble getting the executable to link with the static intel libraries, because CMake is adding the linker flag "i_dynamic" and it is overriding my --static-int