[cmake-commits] alin.elena committed Linux-ifort.cmake 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 10 17:47:39 EDT 2007


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

Modified Files:
	Linux-ifort.cmake 
Log Message:

ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various implementations of blas and lapack libraries. CheckFortranFunctionExists.cmake provides a test function to check if the library is usabale. I have also changed the -KPIC flag to -fPIC in Linux-ifort.cmake.



Index: Linux-ifort.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Linux-ifort.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Linux-ifort.cmake	20 Apr 2006 14:23:17 -0000	1.2
+++ Linux-ifort.cmake	10 Oct 2007 21:47:37 -0000	1.3
@@ -1,5 +1,5 @@
 SET(CMAKE_DL_LIBS "dl")
-SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC")        
+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,")



More information about the Cmake-commits mailing list