Subject: [Boost-bugs] [Boost C++ Libraries] #2838: MPI Python bindings not installed correctly
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-03-09 09:22:56
#2838: MPI Python bindings not installed correctly
-------------------------------------+--------------------------------------
Reporter: lenzo_at_[hidden] | Owner: dgregor
Type: Bugs | Status: new
Milestone: | Component: mpi
Version: Boost 1.38.0 | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
I've successfully built and installed boost.MPI and the Python bindings in
my home dir.
Unfortunately, the Python module "mpi.so" is installed directly in the
lib/-path as all the other Boost libs. When setting the PYTHONPATH to
point to this location, the boost.mpi python bindings are accessible only
via "import mpi" from within Python, and not via "import boost.mpi", as
described in the docs at
http://www.boost.org/doc/libs/1_38_0/doc/html/mpi/python.html
I think that the Python modules should go to a sudirectory "boost" in the
lib path, or it should be fixed in the documentation.
Otherwise, the boost.mpi Python bindings are gorgeous!
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2838> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC