diff options
author | adam <adam@pkgsrc.org> | 2012-03-03 11:45:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-03-03 11:45:07 +0000 |
commit | 0b54d15e9645454cda2244c3637f23d90312e136 (patch) | |
tree | 9a00bce7e49755dd1d50159e165b06a0600c25b9 /math/fftw/PLIST | |
parent | a83027bf23a5f1f220b5c742b722d7f083bd6be0 (diff) | |
download | pkgsrc-0b54d15e9645454cda2244c3637f23d90312e136.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/PLIST')
-rw-r--r-- | math/fftw/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
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 |