2011/3/5 Tim Gallagher <[email protected]>: > Hi, > > I'm trying to use cmake with the Cray Fortran compiler. The compiler is > wrapped through a script called ftn. > > When I have the PrgEnv-pgi (pgi compiler) or the PrgEnv-gnu modules loaded, > it works with no issue. > > But, when I have it set to PrgEnv-cray, it doesn't work.
Hi Tim, You should try with CMake 2.8.4. It should include support for Cray compiler: http://www.cmake.org/files/v2.8/CMakeChangeLog-2.8.4 -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
