Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2838: MPI Python bindings not installed correctly
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-11-03 23:51:39
#2838: MPI Python bindings not installed correctly
--------------------------------------+-------------------------------------
Reporter: lenzo@⦠| Owner: troyer
Type: Bugs | Status: assigned
Milestone: Boost 1.46.0 | Component: mpi
Version: Boost 1.38.0 | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Comment (by Arfrever.FTA@â¦):
I suggest that build system install mpi.so in boost subdirectory of
appropriate site-packages directory.
Build system can use distutils.sysconfig.get_python_lib() to get path to
this directory:
{{{
$ python -c 'import distutils.sysconfig;
print(distutils.sysconfig.get_python_lib(plat_specific=True))'
/usr/lib64/python3.3/site-packages
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2838#comment:3> 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:50:11 UTC