summaryrefslogtreecommitdiff
path: root/math/fftwf/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2009-01-18 13:00:07 +0000
committerhe <he@pkgsrc.org>2009-01-18 13:00:07 +0000
commit7ad7d7db576a71441ae84eb66624245f6beb0357 (patch)
tree08b822a8d9b3214d2727cf795a7d886e8edd043d /math/fftwf/Makefile
parent2466e4c6bcb5750197349f6c48eb3a8893c3a78f (diff)
downloadpkgsrc-7ad7d7db576a71441ae84eb66624245f6beb0357.tar.gz
Update from version 3.1.2 to 3.2, to bring this in line with
the version in math/fftw/. Pkgsrc changes: o Get rid of the powerpc-specific distfile, it's apparently not needed anymore o Add perl as a tool, so that "make test" can succeed o Adjust dependency on math/fftw
Diffstat (limited to 'math/fftwf/Makefile')
-rw-r--r--math/fftwf/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile
index c1af6a9e64d..76906b6e55c 100644
--- a/math/fftwf/Makefile
+++ b/math/fftwf/Makefile
@@ -1,11 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/03/15 14:18:39 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2009/01/18 13:00:07 he Exp $
-.if (${MACHINE_ARCH} == "powerpc")
-DISTNAME= fftw-3.1.2-fma
-.else
-DISTNAME= fftw-3.1.2
-.endif
-PKGNAME= fftwf-3.1.2
+DISTNAME= fftw-3.2
+PKGNAME= fftwf-3.2
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
http://www.fftw.org/
@@ -22,7 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --enable-float
-DEPENDS+= fftw>=3.1.2:../../math/fftw
+DEPENDS+= fftw>=3.2:../../math/fftw
.if (${MACHINE_ARCH} == "i386")
#CONFIGURE_ARGS+= --enable-sse
@@ -30,6 +26,8 @@ CONFIGURE_ARGS+= --with-our-malloc16
.endif
USE_LANGUAGES= c fortran
USE_TOOLS+= gmake
+# For the "test" target:
+USE_TOOLS+= perl
TEST_TARGET= check