summaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
diff options
context:
space:
mode:
authoradam <adam>2012-03-03 11:45:07 +0000
committeradam <adam>2012-03-03 11:45:07 +0000
commitce87cbc1bf5f81e78955d7c46ceeccb35ef7f06c (patch)
tree9a00bce7e49755dd1d50159e165b06a0600c25b9 /math/fftw/Makefile
parent2590db1e83aaec59db95962a46a10f860e31d868 (diff)
downloadpkgsrc-ce87cbc1bf5f81e78955d7c46ceeccb35ef7f06c.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/Makefile')
-rw-r--r--math/fftw/Makefile4
1 files changed, 2 insertions, 2 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/