diff options
author | wiz <wiz> | 2003-06-05 21:32:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-05 21:32:54 +0000 |
commit | bc4fc51112119baa02808c761261b81952ab8b49 (patch) | |
tree | bd61ef9e3b0e33021efce459c2ee720c34cf1919 /math/fftw2/PLIST | |
parent | dd15c8c9d13916e6ef92e16a867dec3d7d6518d9 (diff) | |
download | pkgsrc-bc4fc51112119baa02808c761261b81952ab8b49.tar.gz |
Update to 2.1.5:
Version 2.1.5 (3/24/2003)
* Bug fix: Fortran wrappers were disabled in version 2.1.4.
Version 2.1.4 (3/16/2003)
* Upgraded to newer versions of autoconf, etcetera, to fix compilation
problems on various recent systems.
* The configure script no longer picks the wrong architecture flags
(which caused FFTW to crash) on newer IBM POWER machines running AIX.
* Multi-threaded transforms should now utilize multiple CPUs on
Solaris (which creates threads in single-processor mode by default).
* Added experimental support for OpenMP (and SGI MP) compiler
parallelization directives in the multi-threaded transforms,
instead of using explicit thread spawning. Enable by configuring
--with-openmp or --with-sgi-mp in addition to --enable-threads.
* Expanded FAQ.
Diffstat (limited to 'math/fftw2/PLIST')
-rw-r--r-- | math/fftw2/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/fftw2/PLIST b/math/fftw2/PLIST index 057c98cd14e..243ecab9f89 100644 --- a/math/fftw2/PLIST +++ b/math/fftw2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/05 20:50:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/06/05 21:32:54 wiz Exp $ @unexec ${INSTALL_INFO} --delete %D/info/fftw.info %D/info/dir info/fftw.info info/fftw.info-1 @@ -13,9 +13,9 @@ lib/libfftw.a lib/libfftw.la lib/libfftw.so lib/libfftw.so.2 -lib/libfftw.so.2.5 +lib/libfftw.so.2.7 lib/librfftw.a lib/librfftw.la lib/librfftw.so lib/librfftw.so.2 -lib/librfftw.so.2.5 +lib/librfftw.so.2.7 |