pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/fftw Changes since FFTW 3.1.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c79309b14326
branches:  trunk
changeset: 548115:c79309b14326
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Thu Oct 09 09:08:21 2008 +0000

description:
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:

 math/fftw/Makefile |  4 ++--
 math/fftw/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 6336bcb00206 -r c79309b14326 math/fftw/Makefile
--- a/math/fftw/Makefile        Thu Oct 09 08:23:41 2008 +0000
+++ b/math/fftw/Makefile        Thu Oct 09 09:08:21 2008 +0000
@@ -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 -r 6336bcb00206 -r c79309b14326 math/fftw/distinfo
--- a/math/fftw/distinfo        Thu Oct 09 08:23:41 2008 +0000
+++ b/math/fftw/distinfo        Thu Oct 09 09:08:21 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index