diff options
author | wiz <wiz> | 2009-08-14 16:14:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-14 16:14:17 +0000 |
commit | 10c9d3a7ac00330251544ca65607d10c72b5bbb9 (patch) | |
tree | 794e70389d04e19beebdd7e87bbd2834a16fb47c /math/fftw | |
parent | 440c4769fb84d66dd31c35bfcffe41020f23f171 (diff) | |
download | pkgsrc-10c9d3a7ac00330251544ca65607d10c72b5bbb9.tar.gz |
Update to 3.2.2. Set LICENSE to gnu-gpl-v2.
FFTW 3.2.2
* Improve performance of some copy operations of complex arrays on
x86 machines.
* Add configure flag to disable alloca(), which is broken in mingw64.
* Planning in FFTW_ESTIMATE mode for r2r transforms became slower
between fftw-3.1.3 and 3.2. This regression has now been fixed.
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 5 | ||||
-rw-r--r-- | math/fftw/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 5c0723ee520..d482fa6cc44 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2009/02/17 10:40:47 adam Exp $ +# $NetBSD: Makefile,v 1.33 2009/08/14 16:14:17 wiz Exp $ -DISTNAME= fftw-3.2.1 +DISTNAME= fftw-3.2.2 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fftw.org/ COMMENT= Collection of fast C routines to compute DFTs +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/fftw/distinfo b/math/fftw/distinfo index 9d66325365a..5b939bfc8af 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2009/02/17 10:40:47 adam Exp $ +$NetBSD: distinfo,v 1.15 2009/08/14 16:14:17 wiz Exp $ -SHA1 (fftw-3.2.1.tar.gz) = 690a7cb4fb947a555eaf166cd098a43b61796723 -RMD160 (fftw-3.2.1.tar.gz) = b8537c9a245638ea01bbac7ca56862844be674be -Size (fftw-3.2.1.tar.gz) = 3476044 bytes +SHA1 (fftw-3.2.2.tar.gz) = d43b799eedfb9408f62f9f056f5e8a645618467b +RMD160 (fftw-3.2.2.tar.gz) = 27af9b97072fa3a41b91b9430d093f671a1cd359 +Size (fftw-3.2.2.tar.gz) = 3495117 bytes |