diff options
author | drochner <drochner@pkgsrc.org> | 2000-01-27 18:45:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-01-27 18:45:15 +0000 |
commit | c4db0e464328b8719de5a9a5b06e682cd6d161a8 (patch) | |
tree | ad8f7dc68cbc4c5872baec376adbf9ae6af0ffcb /math/fftw/Makefile | |
parent | cb0e8a730dc5df8729613735ff79e9d6dde1fe61 (diff) | |
download | pkgsrc-c4db0e464328b8719de5a9a5b06e682cd6d161a8.tar.gz |
update to fftw-2.1.3, update homepage, enable shared libraries and
i386 speed hacks
changes from 2.0.1: mostly thread and MPI related (thus irrelevant),
and some bugfixes
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r-- | math/fftw/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 16babb9657e..6809f4bf0de 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,13 +1,17 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/21 19:16:45 garbled Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/27 18:45:15 drochner Exp $ -DISTNAME= fftw-2.0.1 +DISTNAME= fftw-2.1.3 CATEGORIES= math -MASTER_SITES= ftp://theory.lcs.mit.edu/pub/fftw/ +MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ MAINTAINER= root@garbled.net -HOMEPAGE= http://theory.lcs.mit.edu/~fftw +HOMEPAGE= http://www.fftw.org/ GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared +.if ${MACHINE_ARCH} == "i386" +CONFIGURE_ARGS+= --enable-i386-hacks +.endif USE_GMAKE= yes INFO_FILES= fftw.info |