diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-06 21:56:49 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-06 21:56:49 +0000 |
commit | 444ea91d3ad96a46908817a49eae6b5966453c49 (patch) | |
tree | ea865b0160dd5fc9294f6c5cec1a9c993cb555ac /sci-libs/fftw | |
parent | Remove dev-libs/popt from DEPEND (diff) | |
download | historical-444ea91d3ad96a46908817a49eae6b5966453c49.tar.gz historical-444ea91d3ad96a46908817a49eae6b5966453c49.tar.bz2 historical-444ea91d3ad96a46908817a49eae6b5966453c49.zip |
Pull blas, lapack and atlas. People should be using the *-reference or *-atlas ebuilds instead.
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r-- | sci-libs/fftw/fftw-2.1.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/fftw/fftw-2.1.5-r1.ebuild b/sci-libs/fftw/fftw-2.1.5-r1.ebuild index bdedecbe6a57..5d6eb90854ba 100644 --- a/sci-libs/fftw/fftw-2.1.5-r1.ebuild +++ b/sci-libs/fftw/fftw-2.1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r1.ebuild,v 1.7 2006/09/12 20:48:12 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r1.ebuild,v 1.8 2006/10/06 21:56:48 dberkholz Exp $ inherit flag-o-matic multilib @@ -10,7 +10,7 @@ DESCRIPTION="C subroutine library for computing the Discrete Fourier Transform ( SRC_URI="http://www.fftw.org/${P}.tar.gz" HOMEPAGE="http://www.fftw.org" -DEPEND="mpi? ( >=sys-cluster/lam-mpi-6.5.6 )" +DEPEND="mpi? ( virtual/mpi )" SLOT="2.1" LICENSE="GPL-2" |