Re: [cmake-developers] KWSys build warnings on the "merlin" platform

2018-10-24 Thread Alan W. Irwin
On 2018-10-24 09:05-0400 Brad King wrote: On 10/23/2018 06:37 PM, Alan W. Irwin wrote: look at those build warnings which repeatedly show up on the "merlin" report for the the KWSys dashboard The warnings come from code generated by CMake. You're driving the builds with CMake 3.7 which

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 ... > > > > the fortran compiler

Re: [cmake-developers] KWSys build warnings on the "merlin" platform

2018-10-24 Thread Brad King
On 10/23/2018 06:37 PM, Alan W. Irwin wrote: > look at those build warnings which > repeatedly show up on the "merlin" report for the the KWSys dashboard The warnings come from code generated by CMake. You're driving the builds with CMake 3.7 which still generated code on which gcc 8 warns.

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

2018-10-24 Thread Brad King
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 ... > > the fortran compiler does work if you remove the -E flag from the the >