[Cmake-commits] [cmake-commits] hoffman committed SunOS-SunPro-Fortran.cmake 1.1 1.1.2.1 Windows-g77.cmake 1.2 1.2.14.1

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 2 07:07:39 EST 2008


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

Modified Files:
      Tag: CMake-2-6
	SunOS-SunPro-Fortran.cmake Windows-g77.cmake 
Log Message:
ENH: merge in RC 5


Index: SunOS-SunPro-Fortran.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/SunOS-SunPro-Fortran.cmake,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C 2 -d -r1.1 -r1.1.2.1
*** SunOS-SunPro-Fortran.cmake	30 Dec 2007 21:34:49 -0000	1.1
--- SunOS-SunPro-Fortran.cmake	2 Dec 2008 12:07:37 -0000	1.1.2.1
***************
*** 1,2 ****
! SET(CMAKE_Fortran_MODDIR_FLAG "-moddir=")
! SET(CMAKE_Fortran_MODPATH_FLAG "-M")
--- 1,5 ----
! set(CMAKE_Fortran_MODDIR_FLAG "-moddir=")
! set(CMAKE_Fortran_MODPATH_FLAG "-M")
! set(CMAKE_EXECUTABLE_RUNTIME_Fortran_FLAG "-R")
! set(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC")
! 

Index: Windows-g77.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-g77.cmake,v
retrieving revision 1.2
retrieving revision 1.2.14.1
diff -C 2 -d -r1.2 -r1.2.14.1
*** Windows-g77.cmake	2 Jan 2006 18:37:53 -0000	1.2
--- Windows-g77.cmake	2 Dec 2008 12:07:37 -0000	1.2.14.1
***************
*** 15,16 ****
--- 15,23 ----
  SET(CMAKE_LIBRARY_PATH_FLAG "-L")
  SET(CMAKE_LINK_LIBRARY_FLAG "-l")
+ SET (CMAKE_Fortran_FLAGS_INIT "")
+ SET (CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
+ SET (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-O1")
+ SET (CMAKE_Fortran_FLAGS_RELEASE_INIT "-O2")
+ SET (CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-02 -g")
+ 
+ 



More information about the Cmake-commits mailing list