[Cmake-commits] [cmake-commits] king committed Linux-PGI-Fortran.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Sat May 17 17:35:37 EDT 2008


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv23327/Modules/Platform

Modified Files:
	Linux-PGI-Fortran.cmake 
Log Message:
ENH: Add basic flags for Portland Group fortran compiler.


Index: Linux-PGI-Fortran.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Linux-PGI-Fortran.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** Linux-PGI-Fortran.cmake	16 May 2008 21:56:43 -0000	1.1
--- Linux-PGI-Fortran.cmake	17 May 2008 21:35:35 -0000	1.2
***************
*** 1 ****
--- 1,9 ----
  SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")
+ 
+ SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
+ SET(CMAKE_Fortran_FLAGS_INIT "-Mpreprocess -Kieee -fpic")
+ SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g -O0 -Mbounds")
+ SET(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-O2 -s")
+ SET(CMAKE_Fortran_FLAGS_RELEASE_INIT "-fast -O3 -Mipa=fast")
+ SET(CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-O2 -gopt")
+ 



More information about the Cmake-commits mailing list