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 | |
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')
-rw-r--r-- | math/fftw/Makefile | 4 | ||||
-rw-r--r-- | math/fftw/distinfo | 8 | ||||
-rw-r--r-- | math/fftwf/Makefile | 18 | ||||
-rw-r--r-- | math/fftwf/distinfo | 8 |
4 files changed, 19 insertions, 19 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 diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile index 76906b6e55c..49e6a14c927 100644 --- a/math/fftwf/Makefile +++ b/math/fftwf/Makefile @@ -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 -HOMEPAGE= http://www.fftw.org/ -COMMENT= Collection of fast C routines to compute DFTs +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.fftw.org/ +COMMENT= Collection of fast C routines to compute DFTs PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/fftwf/distinfo b/math/fftwf/distinfo index 6276a3aa637..762ec6b11fe 100644 --- a/math/fftwf/distinfo +++ b/math/fftwf/distinfo @@ -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 |