summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-ifort.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Linux-ifort.cmake')
-rw-r--r--Modules/Platform/Linux-ifort.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/Platform/Linux-ifort.cmake b/Modules/Platform/Linux-ifort.cmake
new file mode 100644
index 0000000..3a5512f
--- /dev/null
+++ b/Modules/Platform/Linux-ifort.cmake
@@ -0,0 +1,7 @@
+SET(CMAKE_DL_LIBS "-ldl")
+SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC")
+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,")