summaryrefslogtreecommitdiff
path: root/math/fftwf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-29 13:53:29 +0000
committerwiz <wiz@pkgsrc.org>2012-05-29 13:53:29 +0000
commitec498df47e542bc043339844106d38405f5e2b1c (patch)
treea4f833315cdd4263221049ea5307c2e4b444632c /math/fftwf/Makefile
parente7c00167f7f271dbbb40c20137a9f8920d45cc45 (diff)
downloadpkgsrc-ec498df47e542bc043339844106d38405f5e2b1c.tar.gz
Update to 3.3.2:
FFTW 3.3.2 * Removed an archaic stack-alignment hack that was failing with gcc-4.7/i386. * Added stack-alignment hack necessary for gcc on Windows/i386. We will regret this in ten years (see previous change). * Fix incompatibility with Intel icc which pretends to be gcc but does not support quad precision. * make libfftw{threads,mpi} depend upon libfftw when using libtool; this is consistent with most other libraries and simplifies the life of various distributors of GNU/Linux. FFTW 3.3.1 * Changes since 3.3.1-beta1: - Reduced planning time in estimate mode for sizes with large prime factors. - Added AVX autodetection under Visual Studio. Thanks Carsten Steger for submitting the necessary code. - 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. (Note to beta users: an ARM cycle counter is not yet implemented; please contact fftw@fftw.org if you know how to do it right.) * MPI code now compiles even if mpicc is a C++ compiler; thanks to Kyle Spyksma for the bug report.
Diffstat (limited to 'math/fftwf/Makefile')
-rw-r--r--math/fftwf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile
index 31022887b8d..164576e8895 100644
--- a/math/fftwf/Makefile
+++ b/math/fftwf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2011/07/28 06:30:15 adam Exp $
+# $NetBSD: Makefile,v 1.13 2012/05/29 13:53:29 wiz Exp $
-DISTNAME= fftw-3.3
+DISTNAME= fftw-3.3.2
PKGNAME= ${DISTNAME:C/fftw/fftwf/}
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \