MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0005645 | CMake | Modules | public | 2007-09-03 07:31 | 2007-12-17 21:29 |
Reporter | Wim Van Hoydonck | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0005645: Linux-ifort.cmake SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC") does not work with ifort version 10 | ||||
Description | In file cmake/Modules/Platform/Linux-ifort.cmake, the second line sets SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC") This doesn't work for intel fortran compiler version 10. (ifort (IFORT) 10.0 20070426) since the option '-K' is not supported any more: ifort: command line remark #10148: option '-K' not supported Could that second line be changed from: SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC") to SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-fPIC") which AFAIK works for all versions prior to and including version 10 of the intel fortran compiler? Greetings, Wim | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2007-09-03 07:31 | Wim Van Hoydonck | New Issue | |||
2007-12-17 21:29 | Bill Hoffman | Status | new => closed | ||
2007-12-17 21:29 | Bill Hoffman | Resolution | open => fixed |
There are no notes attached to this issue. |