summaryrefslogtreecommitdiff
path: root/math/fftwf
diff options
context:
space:
mode:
authoradam <adam>2009-02-17 10:40:47 +0000
committeradam <adam>2009-02-17 10:40:47 +0000
commit5867d921f76c021e2b92ad9fe474e51b2897fd65 (patch)
tree257dd078ef16bc9d711ff3aaa2417b3ae1410496 /math/fftwf
parent4c164549434d9a2c23a1e8b42c36976cc531dbd0 (diff)
downloadpkgsrc-5867d921f76c021e2b92ad9fe474e51b2897fd65.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/fftwf')
-rw-r--r--math/fftwf/Makefile18
-rw-r--r--math/fftwf/distinfo8
2 files changed, 13 insertions, 13 deletions
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