MantisBT - CMake
View Issue Details
0014832CMakeModulespublic2014-03-24 19:082014-12-11 11:31
Ben Boeckel 
Ben Boeckel 
normalminoralways
closedfixed 
LinuxFedora
CMake 3.0 
CMake 3.1 
0014832: findboost.cmake can't find boost::graph_parallel library
Same thing as <http://www.cmake.org/Bug/view.php?id=14739> [^] but for boost_graph_parallel which also lives with the MPI libraries on Fedora.
No tags attached.
related to 0014739closed Brad King findboost.cmake can't find boost::mpi library 
Issue History
2014-03-24 19:08Ben BoeckelNew Issue
2014-03-24 19:08Ben BoeckelStatusnew => assigned
2014-03-24 19:08Ben BoeckelAssigned To => Ben Boeckel
2014-03-24 19:08Ben BoeckelRelationship addedrelated to 0014739
2014-03-25 16:26Ben BoeckelNote Added: 0035510
2014-03-26 09:49Brad KingNote Added: 0035525
2014-12-11 11:31Ben BoeckelStatusassigned => closed
2014-12-11 11:31Ben BoeckelResolutionopen => fixed
2014-12-11 11:31Ben BoeckelFixed in Version => CMake 3.1

Notes
(0035510)
Ben Boeckel   
2014-03-25 16:26   
Merged into next as dev/find-boost-graph_parallel. Worked for me here.
(0035525)
Brad King   
2014-03-26 09:49   
Re 0014832:0035510: For reference, the commit is:

 FindBoost: Search next to MPI libs for graph_parallel
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f284b003 [^]