pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/fftw Update to 3.2.2. Set LICENSE to gnu-gpl-v2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a63a57334e98
branches:  trunk
changeset: 397498:a63a57334e98
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 14 16:14:17 2009 +0000

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

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

diffs (33 lines):

diff -r 21297166aa1f -r a63a57334e98 math/fftw/Makefile
--- a/math/fftw/Makefile        Fri Aug 14 16:05:16 2009 +0000
+++ b/math/fftw/Makefile        Fri Aug 14 16:14:17 2009 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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 -r 21297166aa1f -r a63a57334e98 math/fftw/distinfo
--- a/math/fftw/distinfo        Fri Aug 14 16:05:16 2009 +0000
+++ b/math/fftw/distinfo        Fri Aug 14 16:14:17 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index