diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-08-01 17:17:12 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-08-01 17:17:12 +0000 |
commit | e5e86a23bce5eaac259289f4b5118912c9691c09 (patch) | |
tree | 2011a119fdf0210049bc7c80923c308ce7c995e0 /dev-libs/fftw | |
parent | Added LICENSE, SLOT and KEYWORDS. (diff) | |
download | gentoo-2-e5e86a23bce5eaac259289f4b5118912c9691c09.tar.gz gentoo-2-e5e86a23bce5eaac259289f4b5118912c9691c09.tar.bz2 gentoo-2-e5e86a23bce5eaac259289f4b5118912c9691c09.zip |
reject fix
Diffstat (limited to 'dev-libs/fftw')
-rw-r--r-- | dev-libs/fftw/fftw-2.1.3.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dev-libs/fftw/fftw-2.1.3.ebuild b/dev-libs/fftw/fftw-2.1.3.ebuild index 404796dc17a6..2f4e2dde1b76 100644 --- a/dev-libs/fftw/fftw-2.1.3.ebuild +++ b/dev-libs/fftw/fftw-2.1.3.ebuild @@ -1,22 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fftw/fftw-2.1.3.ebuild,v 1.5 2002/08/01 12:37:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fftw/fftw-2.1.3.ebuild,v 1.6 2002/08/01 17:17:12 drobbins Exp $ S="${WORKDIR}/${P}" - DESCRIPTION="C subroutine library for computing the Discrete Fourier Transform (DFT)" - SRC_URI="http://www.fftw.org/${P}.tar.gz" HOMEPAGE="http://www.fftw.org" - +#lam compiled fine on uniprocessor (drobbins, 01 Aug 2002) +DEPEND="mpi? ( >=dev-libs/lam-mpi-6.5.6 )" SLOT="2.1" LICENSE="GPL-2" KEYWORDS="x86" - -DEPEND="mpi? ( >=dev-libs/lam-mpi-6.5.6 )" -#will just leave this as a dependency on mpi for now until I test if lam does not brake anything on uniproc systems. - src_unpack() { #doc suggests installing single and double precision versions via separate compilations #will do in two separate source trees |