diff options
author | adam <adam> | 2012-03-03 11:45:07 +0000 |
---|---|---|
committer | adam <adam> | 2012-03-03 11:45:07 +0000 |
commit | ce87cbc1bf5f81e78955d7c46ceeccb35ef7f06c (patch) | |
tree | 9a00bce7e49755dd1d50159e165b06a0600c25b9 /math/fftw/Makefile | |
parent | 2590db1e83aaec59db95962a46a10f860e31d868 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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/ |