diff options
author | ahoka <ahoka> | 2008-10-09 09:08:21 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2008-10-09 09:08:21 +0000 |
commit | 9c6b20208fb7b49ec5c65b9c93f5a868e3dbee02 (patch) | |
tree | 1b1d2a3da9de445ccd0e2a339d3308a27e45996e /math | |
parent | a3e8f8e3e53c76c5816638a5e5ab9efc6ac3574d (diff) | |
download | pkgsrc-9c6b20208fb7b49ec5c65b9c93f5a868e3dbee02.tar.gz |
Changes since FFTW 3.1.2:
* Bug fix: FFTW computes incorrect results when the user plans both
REDFT11 and RODFT11 transforms of certain sizes. The bug is caused
by incorrect sharing of twiddle-factor tables between the two
transforms, and only occurs when both are used. Thanks to Paul
A. Valiant for the bug report.
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 4 | ||||
-rw-r--r-- | math/fftw/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 3f00f023b4b..59420120426 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2008/01/19 09:16:25 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2008/10/09 09:08:21 ahoka Exp $ -DISTNAME= fftw-3.1.2 +DISTNAME= fftw-3.1.3 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ diff --git a/math/fftw/distinfo b/math/fftw/distinfo index 0ff748514e1..e03b13b915d 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2006/07/07 18:02:01 adam Exp $ +$NetBSD: distinfo,v 1.12 2008/10/09 09:08:21 ahoka Exp $ -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 +SHA1 (fftw-3.1.3.tar.gz) = 4ac7f2d4f08e253a1a60f336c8e1879955d93816 +RMD160 (fftw-3.1.3.tar.gz) = 6df354a7fba100f14361d5ce1bfc18f393979690 +Size (fftw-3.1.3.tar.gz) = 2810399 bytes |