Re: [CMake] Endless loop in cmake-2.6.2 on AIX with -DCMAKE_Fortran_Compiler=...

2009-03-16 Thread Bill Hoffman
However, I was not able to find this in the Changelogs leading from 2.6.2 to 2.6.3, but I may have overlooked it. If this is the case, then "Sorry!". Just for the record it is in the ChangeLog: Changes in CMake 2.6.3 RC 5 ... - Fix Fortran compiler specified with -D issue -Bill

Re: [CMake] Endless loop in cmake-2.6.2 on AIX with -DCMAKE_Fortran_Compiler=...

2009-03-16 Thread Joachim Geiger
Bill Hoffman wrote: > Bill Hoffman wrote: >> Joachim Geiger wrote: >>> Hello, >>> this is more or less to document a bug in the cmake version 2.6.2 seen >>> on AIX version 5.3 when using the option to redefine the fortran >>> compiler. For example: >>> 11:13> ../cmake-2.6.2-AIX-powerpc/bin/cmake ..

Re: [CMake] Endless loop in cmake-2.6.2 on AIX with -DCMAKE_Fortran_Compiler=...

2009-03-16 Thread Bill Hoffman
Bill Hoffman wrote: Joachim Geiger wrote: Hello, this is more or less to document a bug in the cmake version 2.6.2 seen on AIX version 5.3 when using the option to redefine the fortran compiler. For example: 11:13> ../cmake-2.6.2-AIX-powerpc/bin/cmake ../test_project -DCMAKE_Fortran_COMPILER=f95

Re: [CMake] Endless loop in cmake-2.6.2 on AIX with -DCMAKE_Fortran_Compiler=...

2009-03-16 Thread Bill Hoffman
Joachim Geiger wrote: Hello, this is more or less to document a bug in the cmake version 2.6.2 seen on AIX version 5.3 when using the option to redefine the fortran compiler. For example: 11:13> ../cmake-2.6.2-AIX-powerpc/bin/cmake ../test_project -DCMAKE_Fortran_COMPILER=f95 What if you do thi

[CMake] Endless loop in cmake-2.6.2 on AIX with -DCMAKE_Fortran_Compiler=...

2009-03-16 Thread Joachim Geiger
Hello, this is more or less to document a bug in the cmake version 2.6.2 seen on AIX version 5.3 when using the option to redefine the fortran compiler. For example: 11:13> ../cmake-2.6.2-AIX-powerpc/bin/cmake ../test_project -DCMAKE_Fortran_COMPILER=f95 -- The Fortran compiler identification is Vi