diff options
author | wulf <wulf@pkgsrc.org> | 2006-11-15 01:11:13 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-11-15 01:11:13 +0000 |
commit | 79859d1e35af1412b7f0c228a65d6e3e3ed2d0f2 (patch) | |
tree | 7576d53606ba900a8e9f607e03a98f56c7e0d11f /math | |
parent | ea04de1491b8534fbc85b33d219579f68bb83c2e (diff) | |
download | pkgsrc-79859d1e35af1412b7f0c228a65d6e3e3ed2d0f2.tar.gz |
Update fftwf to version 3.1.2:
To bring revision level inline that of math/fftw
Diffstat (limited to 'math')
-rw-r--r-- | math/fftwf/Makefile | 11 | ||||
-rw-r--r-- | math/fftwf/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile index a84a3d526da..7b7fed00e11 100644 --- a/math/fftwf/Makefile +++ b/math/fftwf/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2006/10/14 01:33:50 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/11/15 01:11:13 wulf Exp $ .if (${MACHINE_ARCH} == "powerpc") -DISTNAME= fftw-3.0.1-fma +DISTNAME= fftw-3.1.2-fma .else -DISTNAME= fftw-3.0.1 +DISTNAME= fftw-3.1.2 .endif -PKGNAME= fftwf-3.0.1 -PKGREVISION= 1 +PKGNAME= fftwf-3.1.2 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ @@ -21,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --enable-float -DEPENDS+= fftw>=3.0.1:../../math/fftw +DEPENDS+= fftw>=3.1.2:../../math/fftw .if (${MACHINE_ARCH} == "i386") #CONFIGURE_ARGS+= --enable-sse diff --git a/math/fftwf/distinfo b/math/fftwf/distinfo index 5ad4d571842..56f15d162d6 100644 --- a/math/fftwf/distinfo +++ b/math/fftwf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/10/02 12:06:42 wulf Exp $ +$NetBSD: distinfo,v 1.2 2006/11/15 01:11:13 wulf Exp $ -SHA1 (fftw-3.0.1.tar.gz) = e392a005dd93583f47de29ec4992687aa21bf3a2 -RMD160 (fftw-3.0.1.tar.gz) = 075bbdf5da67bb29117f9f54864db26acd971034 -Size (fftw-3.0.1.tar.gz) = 1946361 bytes +SHA1 (fftw-3.1.2.tar.gz) = 3e4c64009ffb48123a0f30f46c1d89da7810dc67 +RMD160 (fftw-3.1.2.tar.gz) = 13069b3582eeaa1fba1614cdca2dfbc2e45ab585 +Size (fftw-3.1.2.tar.gz) = 2736360 bytes |