summaryrefslogtreecommitdiff
path: root/math/fftw
diff options
context:
space:
mode:
authoradam <adam>2012-03-03 11:45:07 +0000
committeradam <adam>2012-03-03 11:45:07 +0000
commit034a5db95ce49cfec47737ebf8030e4dfa102ed5 (patch)
tree9a00bce7e49755dd1d50159e165b06a0600c25b9 /math/fftw
parentee6b3c2d842b95b42ecc3503328f4991291f4463 (diff)
downloadpkgsrc-034a5db95ce49cfec47737ebf8030e4dfa102ed5.tar.gz
Changes 3.3.1:
* Reduced planning time in estimate mode for sizes with large prime factors. * Added AVX autodetection under Visual Studio. * Modern Fortran interface now uses a separate fftw3l.f03 interface file for the long double interface, which is not supported by some Fortran compilers. Provided new fftw3q.f03 interface file to access the quadruple-precision FFTW routines with recent versions of gcc/gfortran. * Added support for the NEON extensions to the ARM ISA. * MPI code now compiles even if mpicc is a C++ compiler.
Diffstat (limited to 'math/fftw')
-rw-r--r--math/fftw/Makefile4
-rw-r--r--math/fftw/PLIST4
-rw-r--r--math/fftw/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 1bcaa6434f5..61b730273c1 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2011/07/28 06:23:41 adam Exp $
+# $NetBSD: Makefile,v 1.37 2012/03/03 11:45:07 adam Exp $
-DISTNAME= fftw-3.3
+DISTNAME= fftw-3.3.1
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
http://www.fftw.org/
diff --git a/math/fftw/PLIST b/math/fftw/PLIST
index 37f894fb042..d4e32ae837b 100644
--- a/math/fftw/PLIST
+++ b/math/fftw/PLIST
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.10 2011/07/28 06:23:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2012/03/03 11:45:07 adam Exp $
bin/fftw-wisdom
bin/fftw-wisdom-to-conf
include/fftw3.f
include/fftw3.f03
include/fftw3.h
+include/fftw3l.f03
+include/fftw3q.f03
info/fftw3.info
lib/libfftw3.la
lib/pkgconfig/fftw3.pc
diff --git a/math/fftw/distinfo b/math/fftw/distinfo
index 44adcca18ef..f0799067e0e 100644
--- a/math/fftw/distinfo
+++ b/math/fftw/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2011/07/28 06:23:41 adam Exp $
+$NetBSD: distinfo,v 1.17 2012/03/03 11:45:07 adam Exp $
-SHA1 (fftw-3.3.tar.gz) = e44493ba4babeacba184568e727876d9aed44205
-RMD160 (fftw-3.3.tar.gz) = 2a4969019d0b1eda5a09cf68f0a012d3fe30fff8
-Size (fftw-3.3.tar.gz) = 3965713 bytes
+SHA1 (fftw-3.3.1.tar.gz) = 3fecc492f576503a6a509d2073bd82b3fe0aef13
+RMD160 (fftw-3.3.1.tar.gz) = 86ef73f8f934d5f0e5d21f07fc05683f7b3c1d82
+Size (fftw-3.3.1.tar.gz) = 4039988 bytes