
On Oct 10, 2008, at 9:16 AM, Juergen Hunold wrote:
Hi !
It seems that change 49178 http://svn.boost.org/trac/boost/changeset/49178
broke compilation of Boost.Graph when mpi is configured. That might be the reason the regression tests are still green. (Would be nice if the Graphiz Loader had some UnitTests, too ;-))
This commit changed libs/graph/build/Jamfile.v2 to contain:
+ +############################################################ +# Distributed-memory parallel graph library (Parallel BGL) # +############################################################ +use-project /boost/mpi : ../../mpi/build ; +import mpi ; +if [ mpi.configured ] +{
It seems that Doug committed some local changes by accident. Please add either the missing files or revert libs/graph/build/ Jamfile.v2.
Oops, sorry; thanks for pointing this out! I'll remove the offending section of the Jamfile. - Doug