From 0b54d15e9645454cda2244c3637f23d90312e136 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 3 Mar 2012 11:45:07 +0000 Subject: 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. --- math/fftw/Makefile | 4 ++-- math/fftw/PLIST | 4 +++- math/fftw/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'math') 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 -- cgit v1.2.3