Re: [CMake] cmake 3.7.2 centos 7 :: kwsys.testSystemTools (Failed)

2017-02-16 Thread Chuck Atkins
Hi Adrian, I'd suggest taking the issue up with the package maintainer. The upstream source for CMake 3.7.2 configures, builds, and passes all tests on EL7 so the problem seems to lie in how the RPM SPEC file is driving the build. -- Chuck Atkins Staff R&D Engineer, Scientific Computing

Re: [CMake] cmake 3.7.2 centos 7 :: kwsys.testSystemTools (Failed)

2017-02-16 Thread Adrian Sevcenco
On 02/15/2017 09:04 PM, Chuck Atkins wrote: Hi Adrian, Hi! and thank you for looking into this problem! So, would this imply that cmake is not supported on EL7 because gcc does not support cxx11 ? That's not really what's happening. CMake is testing the C compiler to determine wheth

Re: [CMake] cmake 3.7.2 centos 7 :: kwsys.testSystemTools (Failed)

2017-02-15 Thread Chuck Atkins
Hi Adrian, So, would this imply that cmake is not supported on EL7 because gcc does > not support cxx11 ? > That's not really what's happening. CMake is testing the C compiler to determine whether or not it supports C11 features and the C++ compiler to see if it supports C++11. The error messag

Re: [CMake] cmake 3.7.2 centos 7 :: kwsys.testSystemTools (Failed)

2017-02-14 Thread Adrian Sevcenco
On 02/14/2017 07:27 PM, Rolf Eike Beer wrote: Adrian Sevcenco wrote: Hi! I am trying to rebuild the f25 srpm on a centos 7 machine but after a successful compilation i get this test error : 99% tests passed, 1 tests failed out of 454 Label Time Summary: Label1= 0.20 sec (1 test) Label2

Re: [CMake] cmake 3.7.2 centos 7 :: kwsys.testSystemTools (Failed)

2017-02-14 Thread Rolf Eike Beer
Adrian Sevcenco wrote: > Hi! I am trying to rebuild the f25 srpm on a centos 7 machine but after > a successful compilation i get this test error : > 99% tests passed, 1 tests failed out of 454 > > Label Time Summary: > Label1= 0.20 sec (1 test) > Label2= 0.20 sec (1 test) > > Total T