pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math Changes 3.2.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0709e5cb91a7
branches:  trunk
changeset: 554631:0709e5cb91a7
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 17 10:40:47 2009 +0000

description:
Changes 3.2.1:
* Performance improvements for some multidimensional r2c/c2r transforms;
  thanks to Eugene Miloslavsky for his benchmark reports.
* Compile with icc on MacOS X, use better icc compiler flags.
* Compilation fixes for systems where snprintf is defined as a macro;
  thanks to Marcus Mae for the bug report.
* Fortran documentation now recommends not using dfftw_execute,
  because of reports of problems with various Fortran compilers;
  it is better to use dfftw_execute_dft etcetera.
* Some documentation clarifications, e.g. of fact that --enable-openmp
  and --enable-threads are mutually exclusive (thanks to Long To),
  and document slightly odd behavior of plan_guru_r2r in Fortran.
* FAQ was accidentally omitted from 3.2 tarball.
* Remove some extraneous (harmless) files accidentally included in
  a subdirectory of the 3.2 tarball.

diffstat:

 math/fftw/Makefile  |   4 ++--
 math/fftw/distinfo  |   8 ++++----
 math/fftwf/Makefile |  18 +++++++++---------
 math/fftwf/distinfo |   8 ++++----
 4 files changed, 19 insertions(+), 19 deletions(-)

diffs (65 lines):

diff -r b4e3d5870acd -r 0709e5cb91a7 math/fftw/Makefile
--- a/math/fftw/Makefile        Tue Feb 17 10:11:28 2009 +0000
+++ b/math/fftw/Makefile        Tue Feb 17 10:40:47 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2008/11/18 11:13:06 adam Exp $
+# $NetBSD: Makefile,v 1.32 2009/02/17 10:40:47 adam Exp $
 
-DISTNAME=      fftw-3.2
+DISTNAME=      fftw-3.2.1
 CATEGORIES=    math
 MASTER_SITES=  ftp://ftp.fftw.org/pub/fftw/ \
                http://www.fftw.org/
diff -r b4e3d5870acd -r 0709e5cb91a7 math/fftw/distinfo
--- a/math/fftw/distinfo        Tue Feb 17 10:11:28 2009 +0000
+++ b/math/fftw/distinfo        Tue Feb 17 10:40:47 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2008/11/18 11:13:06 adam Exp $
+$NetBSD: distinfo,v 1.14 2009/02/17 10:40:47 adam Exp $
 
-SHA1 (fftw-3.2.tar.gz) = 7ec19356191ffa3719294a5373f27b75c04c301b
-RMD160 (fftw-3.2.tar.gz) = 26f686e793f0fafedefa352b38058e76c9ca698c
-Size (fftw-3.2.tar.gz) = 3670044 bytes
+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
diff -r b4e3d5870acd -r 0709e5cb91a7 math/fftwf/Makefile
--- a/math/fftwf/Makefile       Tue Feb 17 10:11:28 2009 +0000
+++ b/math/fftwf/Makefile       Tue Feb 17 10:40:47 2009 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2009/01/18 13:00:07 he Exp $
+# $NetBSD: Makefile,v 1.9 2009/02/17 10:40:47 adam Exp $
 
-DISTNAME=              fftw-3.2
-PKGNAME=               fftwf-3.2
-CATEGORIES=            math
-MASTER_SITES=          ftp://ftp.fftw.org/pub/fftw/ \
-                       http://www.fftw.org/
+DISTNAME=      fftw-3.2.1
+PKGNAME=       fftwf-3.2.1
+CATEGORIES=    math
+MASTER_SITES=  ftp://ftp.fftw.org/pub/fftw/ \
+               http://www.fftw.org/
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://www.fftw.org/
-COMMENT=               Collection of fast C routines to compute DFTs
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.fftw.org/
+COMMENT=       Collection of fast C routines to compute DFTs
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r b4e3d5870acd -r 0709e5cb91a7 math/fftwf/distinfo
--- a/math/fftwf/distinfo       Tue Feb 17 10:11:28 2009 +0000
+++ b/math/fftwf/distinfo       Tue Feb 17 10:40:47 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/01/18 13:00:07 he Exp $
+$NetBSD: distinfo,v 1.4 2009/02/17 10:40:47 adam Exp $
 
-SHA1 (fftw-3.2.tar.gz) = 7ec19356191ffa3719294a5373f27b75c04c301b
-RMD160 (fftw-3.2.tar.gz) = 26f686e793f0fafedefa352b38058e76c9ca698c
-Size (fftw-3.2.tar.gz) = 3670044 bytes
+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



Home | Main Index | Thread Index | Old Index