[Cmake-commits] [cmake-commits] king committed CMakeFortranCompilerId.F90.in 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri May 16 17:50:26 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv6998/Modules

Modified Files:
	CMakeFortranCompilerId.F90.in 
Log Message:
ENH: Teach Fortran compiler identification about the Portland Group compiler (PGI).


Index: CMakeFortranCompilerId.F90.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeFortranCompilerId.F90.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeFortranCompilerId.F90.in	25 Feb 2008 14:23:14 -0000	1.1
--- CMakeFortranCompilerId.F90.in	16 May 2008 21:50:23 -0000	1.2
***************
*** 9,12 ****
--- 9,14 ----
  #elif defined(__IBM__) || defined(__IBMC__)
     PRINT *, 'INFO:compiler[VisualAge]'
+ #elif defined(__PGI)
+    PRINT *, 'INFO:compiler[PGI]'
  #elif defined(_COMPILER_VERSION)
     PRINT *, 'INFO:compiler[MIPSpro]'



More information about the Cmake-commits mailing list