Boost logo

Boost :

Subject: Re: [boost] [graph] compilation broken when mpi enabled
From: Doug Gregor (dgregor_at_[hidden])
Date: 2008-10-10 09:22:59


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk