Re: [CMake] Support for Concurrent Fortran 77 Compiler (was: fortran compiler failed to compile simple test program)

2015-06-18 Thread Ette, Anthony (CDS)
> Please try building CMake from commit 7cd539b1 to see if it detects the > compiler id as "CCur". Once that works we can look at updating the flags > used for the compiler. Looks like this patch (which includes the commit to remove -rdynamic from GNU fortran compilers - f43defaec4e8610e90886a

Re: [CMake] Support for Concurrent Fortran 77 Compiler (was: fortran compiler failed to compile simple test program)

2015-06-18 Thread Brad King
On 06/18/2015 08:44 AM, Brad King wrote: > We may be able to extract that while compiling the compiler identification > source file. Try modifying Modules/CMakeDetermineFortranCompiler.cmake > and extending the list in CMAKE_Fortran_COMPILER_ID_TEST_FLAGS with "-v". > Then run CMake on the tiny CM