[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.37 1.38

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 25 08:27:39 EST 2010


Update of /cvsroot/CMake/CMake/Tests/Fortran
In directory public:/mounts/ram/cvs-serv4525/Tests/Fortran

Modified Files:
	CMakeLists.txt 
Log Message:
Skip Fortran module mangling test on PathScale

We disable this test because PathScale Fortran mangles module symbols as
"MYSUB.in.MYMODULE" so we cannot interface with it from C.  We already
did this for SunPro and MIPSpro.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Fortran/CMakeLists.txt,v
retrieving revision 1.37
retrieving revision 1.38
diff -C 2 -d -r1.37 -r1.38
*** CMakeLists.txt	4 Jan 2010 15:18:41 -0000	1.37
--- CMakeLists.txt	25 Jan 2010 13:27:34 -0000	1.38
***************
*** 35,39 ****
    FortranCInterface_VERIFY(CXX)
    if(CMAKE_Fortran_COMPILER_SUPPORTS_F90)
!     if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro")
        set(module_expected 1)
      endif()
--- 35,39 ----
    FortranCInterface_VERIFY(CXX)
    if(CMAKE_Fortran_COMPILER_SUPPORTS_F90)
!     if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro|PathScale")
        set(module_expected 1)
      endif()



More information about the Cmake-commits mailing list