| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011248 | CMake | CMake | public | 2010-09-19 16:00 | 2010-10-06 13:38 |
|
| Reporter | litghost | |
| Assigned To | Brad King | |
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | CMake-2-8 | |
| Target Version | CMake 2.8.3 | Fixed in Version | CMake 2.8.3 | |
|
| Summary | 0011248: Compaq Visual Fortran is missing CMAKE_Fortran_MODDIR_FLAG flag |
| Description | When using the Compaq Visual Fortran compiler with modules, in order to specify where they are placed you use the "-module:" flag. This is required for the Fortran_MODULE_DIRECTORY variable to work.
This is identical to how the Intel Fortran Compiler specifies where modules are placed. In CMake 2.8.2 the CMAKE_Fortran_MODDIR_FLAG is provided for the Intel configuration file Module\Platform\Windows-ifort.cmake. The Compaq Visual Fortran configuration file Module\Platform\Windows-df.cmake does not have this flag.
I have attached Windows-df.cmake with the addition flag. |
| Tags | No tags attached. |
|
| Attached Files | Windows-df.cmake [^] (3,439 bytes) 2010-09-19 16:00 |
|