[Cmake-commits] [cmake-commits] hoffman committed Linux-PGI-Fortran.cmake NONE 1.2.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri May 23 16:09:38 EDT 2008


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

Added Files:
      Tag: CMake-2-6
	Linux-PGI-Fortran.cmake 
Log Message:
ENH: push in changes from head


--- NEW FILE: Linux-PGI-Fortran.cmake ---
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