MantisBT - CMake
View Issue Details
0003950CMakeCMakepublic2006-10-17 15:272007-02-20 16:43
Arjen Markus 
Bill Hoffman 
normalfeaturealways
closedfixed 
 
 
0003950: Add module for finding Compaq Visual Fortran compiler
Currently, CMake can not handle the CVF compiler on Windows.

The attached module allows programmers to use this compiler for their Fortran programs.

Changes needed in other files:

    # df: Compaq Visual Fortran for ia32 (list _before_ f90)

    SET(CMAKE_Fortran_COMPILER_LIST ifort ifc efc f95 pgf95
          lf95 xlf95 fort gfortran df g95
          ... )

(Note: this is mainly the work of Philippe Pourboille - I hope I spelled his name right)
No tags attached.
? Windows-df.cmake (3,270) 1969-12-31 19:00
https://public.kitware.com/Bug/file/694/Windows-df.cmake
Issue History

Notes
(0006491)
Bill Hoffman   
2007-02-20 16:43   
$ cvs commit -m "BUG: fix for bug 3950 add support for df compiler on windows"
cvs commit: Examining .
cvs commit: Examining Platform
Checking for path: /cvsroot/CMake/CMake/Modules
Unrestricted user: hoffman
Checking for path: /cvsroot/CMake/CMake/Modules/Platform
Unrestricted user: hoffman
/cvsroot/CMake/CMake/Modules/CMakeDetermineFortranCompiler.cmake,v <-- CMakeDetermineFortranCompiler.cmake
new revision: 1.13; previous revision: 1.12
/cvsroot/CMake/CMake/Modules/Platform/Windows-df.cmake,v <-- Windows-df.cmake
initial revision: 1.1