[Cmake-commits] [cmake-commits] king committed Intel-C.cmake 1.2 1.3 Intel-CXX.cmake 1.2 1.3 Intel-Fortran.cmake 1.2 1.3 Intel.cmake 1.1 NONE
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Sep 1 13:55:15 EDT 2009
Update of /cvsroot/CMake/CMake/Modules/Compiler
In directory public:/mounts/ram/cvs-serv17128/Modules/Compiler
Modified Files:
Intel-C.cmake Intel-CXX.cmake Intel-Fortran.cmake
Removed Files:
Intel.cmake
Log Message:
Use Intel for Linux flags only on Linux
The commit "Split Intel compiler information files" moved some Linux
specific flags into the platform-independent Intel compiler info files.
This moves them back.
--- Intel.cmake DELETED ---
Index: Intel-CXX.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Compiler/Intel-CXX.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** Intel-CXX.cmake 21 Aug 2009 13:54:30 -0000 1.2
--- Intel-CXX.cmake 1 Sep 2009 17:55:12 -0000 1.3
***************
*** 1,9 ****
- INCLUDE(Compiler/Intel)
- IF(XIAR)
- SET(CMAKE_CXX_CREATE_STATIC_LIBRARY
- "${XIAR} cr <TARGET> <LINK_FLAGS> <OBJECTS> "
- "${XIAR} -s <TARGET> ")
- ENDIF(XIAR)
-
SET(CMAKE_CXX_VERBOSE_FLAG "-v")
--- 1,2 ----
Index: Intel-C.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Compiler/Intel-C.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** Intel-C.cmake 21 Aug 2009 13:54:29 -0000 1.2
--- Intel-C.cmake 1 Sep 2009 17:55:12 -0000 1.3
***************
*** 1,9 ****
- INCLUDE(Compiler/Intel)
- IF(XIAR)
- SET(CMAKE_C_CREATE_STATIC_LIBRARY
- "${XIAR} cr <TARGET> <LINK_FLAGS> <OBJECTS> "
- "${XIAR} -s <TARGET> ")
- ENDIF(XIAR)
-
SET(CMAKE_C_VERBOSE_FLAG "-v")
--- 1,2 ----
Index: Intel-Fortran.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Compiler/Intel-Fortran.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** Intel-Fortran.cmake 21 Aug 2009 13:54:33 -0000 1.2
--- Intel-Fortran.cmake 1 Sep 2009 17:55:13 -0000 1.3
***************
*** 1,16 ****
- INCLUDE(Compiler/Intel)
- IF(XIAR)
- SET(CMAKE_Fortran_CREATE_STATIC_LIBRARY
- "${XIAR} cr <TARGET> <LINK_FLAGS> <OBJECTS> "
- "${XIAR} -s <TARGET> ")
- ENDIF(XIAR)
-
- 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_FLAGS_INIT "")
SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
--- 1,2 ----
More information about the Cmake-commits
mailing list