Re: [CMake] Support for Concurrent Fortran 77 Compiler

2015-06-19 Thread Ette, Anthony (CDS)
> Great! Thanks for testing this. No problem - thank YOU for supporting this compiler! > It will be in the 3.4 release, which should come in the Fall. Great -will keep an eye out for 3.4 release. Thanks again, Tony This e-mail (including attachments) contains contents owned by Rolls-Royce plc

Re: [CMake] Support for Concurrent Fortran 77 Compiler

2015-06-18 Thread Brad King
On 06/18/2015 04:01 PM, Ette, Anthony (CDS) wrote: > rts1-4:/home/bzpl46/test2> cmake -G "Unix Makefiles" > -- The Fortran compiler identification is CCur > -- Check for working Fortran compiler: /usr/ccs/bin/cf77 > -- Check for working Fortran compiler: /usr/ccs/bin/cf77 -- works Great! Thanks

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