Re: CMake cannot find some boost libraries on up to date F22 system

2015-08-28 Thread Ankur Sinha
On Thu, 2015-08-27 at 14:52 -0500, Rex Dieter wrote: file a bug please Filed https://bugzilla.redhat.com/show_bug.cgi?id=1257899 -- Thanks, Regards, Ankur Sinha FranciscoD http://fedoraproject.org/wiki/User:Ankursinha signature.asc Description: This is a digitally signed message part --

Re: CMake cannot find some boost libraries on up to date F22 system

2015-08-27 Thread Rex Dieter
Ankur Sinha wrote: On Mon, 2015-08-24 at 11:21 +0100, Ankur Sinha wrote: Would someone know what's happening here and how I can fix or work around it please? It seems to be caused by the new cmake update in updates-testing[1]. Downgrading to 3.2.2-1 fixes the issue. I've left a negative

CMake cannot find some boost libraries on up to date F22 system

2015-08-24 Thread Ankur Sinha
Hello, I'm trying to build a cmake project: auryn. The CMakeList.txt file[1], quite correctly has this line in it: FIND_PACKAGE(Boost ${BOOST_MIN_VERSION} REQUIRED COMPONENTS mpi serialization program_options date_time) but somehow, on both my systems, cmake cannot find the mentioned boost

Re: CMake cannot find some boost libraries on up to date F22 system

2015-08-24 Thread Ankur Sinha
On Mon, 2015-08-24 at 11:21 +0100, Ankur Sinha wrote: Would someone know what's happening here and how I can fix or work around it please? It seems to be caused by the new cmake update in updates-testing[1]. Downgrading to 3.2.2-1 fixes the issue. I've left a negative karma. [1]