[cmake-developers] cmake checkfortran fails

2018-10-22 Thread blubee blubeeme
There's a newly open sourced fortran compiler flang: https://github.com/flang-compiler/flang The CMakeTestFortranCompiler.cmake erroneously says that the compiler doesn't work. -- The Fortran compiler identification is Flang 99.99.1 -- Check for working Fortran compiler: /usr/local/bin/flang --

Re: [cmake-developers] cmake checkfortran fails with Flang

2018-10-24 Thread blubee blubeeme
On Wed, Oct 24, 2018 at 7:42 PM Brad King wrote: > On 10/22/2018 07:45 PM, blubee blubeeme wrote: > > There's a newly open sourced fortran compiler flang: > https://github.com/flang-compiler/flang > > > > /usr/local/bin/flang -cpp-E testFortranCompiler.f ... >