Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192443 - dev-python/scientificpython-2.6 fails with mpi use flag enabled
Summary: dev-python/scientificpython-2.6 fails with mpi use flag enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 17:29 UTC by JTRiley
Modified: 2007-09-15 10:48 UTC (History)
1 user (show)

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


Attachments
patch for compile.py used to compile MPI modules in scientificpython 2.6 (compile.patch,448 bytes, patch)
2007-09-13 17:30 UTC, JTRiley
Details | Diff
modified ebuild of scientificpython-2.6 which uses the compile.patch (scientificpython-2.6.ebuild,1.07 KB, text/plain)
2007-09-13 17:31 UTC, JTRiley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JTRiley 2007-09-13 17:29:59 UTC
trying to emerge scientificpython 2.6 with the mpi use flag enabled results in an error.  This is caused from the compile.py script used to compile the MPI module in the ebuild.  

The authors forgot to include the "Include" directory from their source tarball.  Adding a simple "-I../../Include" to the cmd template in compile.py fixes this issue for me.  

I've attached a patch along with the modified ebuild to resolve this issue.

~jtriley
Comment 1 JTRiley 2007-09-13 17:30:44 UTC
Created attachment 130855 [details, diff]
patch for compile.py used to compile MPI modules in scientificpython 2.6
Comment 2 JTRiley 2007-09-13 17:31:24 UTC
Created attachment 130857 [details]
modified ebuild of scientificpython-2.6 which uses the compile.patch
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2007-09-15 10:48:37 UTC
fixed in cvs. Thanks!