Re: [cmake-developers] FindOpenMP and gfortran

2014-11-21 Thread Alin Marin Elena
Hi, I have applied the patch on top of the official rc2 tar ball, rebuild the rpm and everything works as expected! Thanks Alin Without Questions there are no Answers! __ Dr. Alin Marin ELENA http://alin.elenaworld.net/

Re: [cmake-developers] FindOpenMP and gfortran

2014-11-20 Thread Nils Gladitz
On 11/18/2014 04:10 PM, Alin Marin Elena wrote: the original bug/feature was introduced by this https://www.cmake.org/Bug/view.php?id=14656history=1 @Brad: Could this be fixed in time for 3.1? Nils -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [cmake-developers] FindOpenMP and gfortran

2014-11-20 Thread Brad King
On 11/20/2014 8:28 AM, Nils Gladitz wrote: On 11/18/2014 04:10 PM, Alin Marin Elena wrote: the original bug/feature was introduced by this https://www.cmake.org/Bug/view.php?id=14656history=1 @Brad: Could this be fixed in time for 3.1? Yes, since it is a regression. On 11/18/2014 10:10 AM,

Re: [cmake-developers] FindOpenMP and gfortran

2014-11-20 Thread Nils Gladitz
On 11/20/2014 02:32 PM, Brad King wrote: On 11/18/2014 10:10 AM, Alin Marin Elena wrote: 2. the fortran test in FindOpenMP.cmake shall be provided in fixed form (add 6 empty spaces in front of the character of each line) Please use this approach in a topic based of origin/release. Thanks,

Re: [cmake-developers] FindOpenMP and gfortran

2014-11-20 Thread Brad King
On 11/20/2014 8:57 AM, Nils Gladitz wrote: Thanks, done. @Alin I hope you don't mind that I took the liberty :) Alin, the commit is here: FindOpenMP: Use fixed form Fortran test program http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7d633ebf Please try it out so we know it fixes your

[cmake-developers] FindOpenMP and gfortran

2014-11-18 Thread Alin Marin Elena
Dear All, I tried today FindOpenMP from 3.1.0 rc2 and gfortran (4.8.3) both on a opensuse box... I had the surprise to get failure to find the openmp. After some digging I have found the route causes. 1. gfortran thinks .F files are fixed form a simple test CMakeLists.txt to show the issue