diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-05 21:32:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-05 21:32:54 +0000 |
commit | 0769c1232e3653303bedc3c1e91f5f234237290f (patch) | |
tree | bd61ef9e3b0e33021efce459c2ee720c34cf1919 /math/fftw2/Makefile | |
parent | 79498ab6e3c90c14fe2085a158d6458dc831b56e (diff) | |
download | pkgsrc-0769c1232e3653303bedc3c1e91f5f234237290f.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/Makefile')
-rw-r--r-- | math/fftw2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index bca9fb4e77e..381fa6b73a0 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/06/05 20:50:29 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/06/05 21:32:54 wiz Exp $ -DISTNAME= fftw-2.1.3 -PKGNAME= fftw2-2.1.3 +DISTNAME= fftw-2.1.5 +PKGNAME= fftw2-2.1.5 CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ +MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ + http://www.fftw.org/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.fftw.org/ |