From 1f9d9b2050716e3b8b79b49da1e50d1c2f938d10 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 18 Nov 2008 09:37:06 -0500 Subject: [PATCH] ENH: add gfortran-4 --- Tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index b0310ed31..22a3b9ebd 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -956,7 +956,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel # see if we can find a fortran compiler on the machine # if so, add the fortran test and see if it works. SET(CMAKE_Fortran_COMPILER_LIST ifort ifc efc f95 pgf95 - lf95 xlf95 fort gfortran f90 pgf90 xlf90 + lf95 xlf95 fort gfortran gfortran-4 f90 pgf90 xlf90 epcf90 f77 fort77 frt pgf77 xlf fl32 af77 g77 ) FIND_PROGRAM(CMAKE_Fortran_COMPILER_FULLPATH NAMES ${CMAKE_Fortran_COMPILER_LIST} )