diff options
author | adam <adam@pkgsrc.org> | 2009-02-17 10:40:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-02-17 10:40:47 +0000 |
commit | d14975a27c6cdf23edc5a78949672e0679f9f4cb (patch) | |
tree | 257dd078ef16bc9d711ff3aaa2417b3ae1410496 /math/fftw | |
parent | 814cfbbb4997b4a634afdb7eaeb3231dc389bb3e (diff) | |
download | pkgsrc-d14975a27c6cdf23edc5a78949672e0679f9f4cb.tar.gz |
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 (limited to 'math/fftw')
-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 2edfa7373c5..5c0723ee520 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -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 --git a/math/fftw/distinfo b/math/fftw/distinfo index 045a87b50e9..9d66325365a 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -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 |