Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130381 - fftw-2.1.5-r1 does not use virtual/mpi
Summary: fftw-2.1.5-r1 does not use virtual/mpi
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on: 126774 131090
Blocks:
  Show dependency tree
 
Reported: 2006-04-18 10:17 UTC by Brady Catherman
Modified: 2007-04-30 16:46 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Catherman 2006-04-18 10:17:45 UTC
The ebuild for sci-libs/fftw-2.1.5-r1 requires lam-6.5.6 by way of:
DEPEND="mpi? ( >=sys-cluster/lam-mpi-6.5.6 )"

This build actually compiles fine against recent versions of lam, mpich and mpich2. This line should be replaced with:
DEPEND="mpi? ( virtual/mpi )"


This change is already in place in the fftw-3 series but namd still requires fftw-2 in order to work properly. LAM has several versions out after 6.5.6 and Gentoo has started using virtual/mpi for all mpi programs.

Thanks for your help =)
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-04-18 10:38:30 UTC
The amd64, ppc and ppc64 teams need to stabilize the most recent mpich (1.2.7_p1) before we can make this change.
Comment 2 Markus Rothe (RETIRED) gentoo-dev 2006-04-24 06:13:08 UTC
unfortunatly mpich does not compile with MAKEOPTS='-j9', so I cannot mark stable at the moment. (see dependency on bug #131090)
Comment 3 Markus Rothe (RETIRED) gentoo-dev 2006-05-01 04:51:34 UTC
1.2.7_p1 stable on ppc64
Comment 4 Tobias Scherbaum (RETIRED) gentoo-dev 2006-05-01 11:25:44 UTC
ppc stable
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2006-05-01 12:09:28 UTC
OK, we're only waiting on amd64 now..
Comment 6 Jon Hood (RETIRED) gentoo-dev 2006-05-01 15:16:26 UTC
It's going to be a while before I can mark this stable on amd64; this package needs a little 64-bit lovin'. First off, it's trying to install libraries into /usr/lib instead of /usr/lib64. Secondly, there seems to be a QA notice (let me know if you want me to ignore it...):

...
   /usr/lib/libTraceInput.so
removing executable bit: /usr/lib/libTraceInput.la

QA Notice: libTraceInput.la appears to contain PORTAGE_TMPDIR paths
Comment 7 Simon Stelling (RETIRED) gentoo-dev 2007-01-14 04:45:50 UTC
we have mpich2 marked stable along with the virtual, so nothing should be blocking this anymore
Comment 8 Sébastien Fabbro (RETIRED) gentoo-dev 2007-04-30 16:46:07 UTC
(In reply to comment #7)
> we have mpich2 marked stable along with the virtual, so nothing should be
> blocking this anymore
> 

now in cvs.