Boost logo

Boost-Build :

Subject: Re: [Boost-build] [MPI]How can I compile the python module?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-12-27 16:01:15


AMDG

熊耀华 wrote:
> I'm a newbie to the boost, and I'm trying to building the boost-mpi
> lib and its python binding.
> Here is my develop environment:
> -Ubuntu 8.10
> -g++ 4.3.2
> -MPICH 1.27
>
> I downloaded the source package of 1.37.0 and follow the "official"
> instruction on
> http://www.boost.org/doc/libs/1_37_0/doc/html/mpi/getting_started.html#mpi.config
> that is
>
> $bjam --with-mpi
> $bjam --with-mpi install --prefix="my home directory"
>
> <snip>
>
> Am I missing something? Thanks in advance for your help.
>

You'll need to add
  using python ;
to user-config.jam

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk