View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003950CMakeCMakepublic2006-10-17 15:272007-02-20 16:43
ReporterArjen Markus 
Assigned ToBill Hoffman 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003950: Add module for finding Compaq Visual Fortran compiler
DescriptionCurrently, 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)
TagsNo tags attached.
Attached Files? file icon Windows-df.cmake [^] (3,270 bytes) 1969-12-31 19:00

 Relationships

  Notes
(0006491)
Bill Hoffman (manager)
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

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team