[Cmake-commits] [cmake-commits] king committed Linux-Intel-C.cmake 1.2 NONE Linux-Intel-CXX.cmake 1.4 NONE Linux-Intel-Fortran.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Aug 21 09:54:47 EDT 2009


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

Modified Files:
	Linux-Intel-Fortran.cmake 
Removed Files:
	Linux-Intel-C.cmake Linux-Intel-CXX.cmake 
Log Message:
Split Intel compiler information files

This moves platform-independent Intel compiler flags into separate
"Compiler/Intel-<lang>.cmake" modules.  Platform-specific flags are
left untouched.


--- Linux-Intel-C.cmake DELETED ---

Index: Linux-Intel-Fortran.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Linux-Intel-Fortran.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** Linux-Intel-Fortran.cmake	25 Apr 2008 13:43:01 -0000	1.1
--- Linux-Intel-Fortran.cmake	21 Aug 2009 13:54:42 -0000	1.2
***************
*** 1,14 ****
  SET(CMAKE_DL_LIBS "dl")
- SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-fPIC")
- SET(CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS "-shared")
- SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "-i_dynamic")
- SET(CMAKE_SHARED_LIBRARY_RUNTIME_Fortran_FLAG "-Wl,-rpath,")
- SET(CMAKE_SHARED_LIBRARY_RUNTIME_Fortran_FLAG_SEP ":")
- SET(CMAKE_SHARED_LIBRARY_SONAME_Fortran_FLAG "-Wl,-soname,")
- SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
- 
- SET (CMAKE_Fortran_FLAGS_INIT "")
- SET (CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
- SET (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-Os")
- SET (CMAKE_Fortran_FLAGS_RELEASE_INIT "-O3")
- SET (CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")
--- 1 ----

--- Linux-Intel-CXX.cmake DELETED ---



More information about the Cmake-commits mailing list