Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
b18faffc
Commit
b18faffc
authored
Sep 09, 2004
by
Bill Hoffman
Browse files
add ifort support
parent
766c48ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Platform/Linux-ifort.cmake
0 → 100644
View file @
b18faffc
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,"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment