Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404319 - app-admin/eselect-boost - better slotting approach for mpi.so
Summary: app-admin/eselect-boost - better slotting approach for mpi.so
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-18 00:42 UTC by Igor Krivenko
Modified: 2012-11-22 02:30 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to improve the way how eselect-boost manages Boost.MPI symlinks (eselect-boost.patch,1.10 KB, patch)
2012-02-18 00:47 UTC, Igor Krivenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Krivenko 2012-02-18 00:42:49 UTC
eselect-boost uses "${ROOT}"/usr/lib64/python*/site-packages/mpi.so symlink to switch between different installed versions of Boost.MPI.
However, the official boost documentation states that Boost.MPI Python module
should be imported with "import boost.mpi" (see http://www.boost.org/doc/libs/release/doc/html/mpi/python.html).

I present a patch for boost.eselect which makes eselect-boost manage "${ROOT}"/usr/lib64/python*/site-packages/boost symlink to improve the compliance with the upstream-defined structure of the package.

Reproducible: Always
Comment 1 Igor Krivenko 2012-02-18 00:47:28 UTC
Created attachment 302307 [details, diff]
Patch to improve the way how eselect-boost manages Boost.MPI symlinks