Thu Oct 9 09:08:21 2008 UTC ()
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.


(ahoka)
diff -r1.29 -r1.30 pkgsrc/math/fftw/Makefile
diff -r1.11 -r1.12 pkgsrc/math/fftw/distinfo

cvs diff -r1.29 -r1.30 pkgsrc/math/fftw/Makefile (expand / switch to unified diff)

--- pkgsrc/math/fftw/Makefile 2008/01/19 09:16:25 1.29
+++ pkgsrc/math/fftw/Makefile 2008/10/09 09:08:21 1.30
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.29 2008/01/19 09:16:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2008/10/09 09:08:21 ahoka Exp $
2 2
3DISTNAME= fftw-3.1.2 3DISTNAME= fftw-3.1.3
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ 5MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
6 http://www.fftw.org/ 6 http://www.fftw.org/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.fftw.org/ 9HOMEPAGE= http://www.fftw.org/
10COMMENT= Collection of fast C routines to compute DFTs 10COMMENT= Collection of fast C routines to compute DFTs
11 11
12PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= c fortran 15USE_LANGUAGES= c fortran
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.11 -r1.12 pkgsrc/math/fftw/distinfo (expand / switch to unified diff)

--- pkgsrc/math/fftw/distinfo 2006/07/07 18:02:01 1.11
+++ pkgsrc/math/fftw/distinfo 2008/10/09 09:08:21 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2006/07/07 18:02:01 adam Exp $ 1$NetBSD: distinfo,v 1.12 2008/10/09 09:08:21 ahoka Exp $
2 2
3SHA1 (fftw-3.1.2.tar.gz) = 3e4c64009ffb48123a0f30f46c1d89da7810dc67 3SHA1 (fftw-3.1.3.tar.gz) = 4ac7f2d4f08e253a1a60f336c8e1879955d93816
4RMD160 (fftw-3.1.2.tar.gz) = 13069b3582eeaa1fba1614cdca2dfbc2e45ab585 4RMD160 (fftw-3.1.3.tar.gz) = 6df354a7fba100f14361d5ce1bfc18f393979690
5Size (fftw-3.1.2.tar.gz) = 2736360 bytes 5Size (fftw-3.1.3.tar.gz) = 2810399 bytes