diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-31 08:33:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-31 08:33:10 +0000 |
commit | e683392142344d3455ad03717fc7a7f6d111efbd (patch) | |
tree | 56a3355a2b29c7c07473704111ed95792fa95104 /math | |
parent | 07d9d3c59b2e8cba50e72647d92b2b0ea6b6dbbf (diff) | |
download | pkgsrc-e683392142344d3455ad03717fc7a7f6d111efbd.tar.gz |
Update to 3.3.4:
FFTW 3.3.4
* New functions fftw_alignment_of (to check whether two arrays are
equally aligned for the purposes of applying a plan) and fftw_sprint_plan
(to output a description of plan to a string).
* Bugfix in fftw-wisdom-to-conf; thanks to Florian Oppermann for the
bug report.
* Fixed manual to work with texinfo-5.
* Increased timing interval on x86_64 to reduce timing errors.
* Default to Win32 threads, not pthreads, if both are present.
* Various build-script fixes.
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 5 | ||||
-rw-r--r-- | math/fftw/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index df7cf152146..acb8acd8eb1 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2013/07/09 15:46:45 tsutsui Exp $ +# $NetBSD: Makefile,v 1.47 2014/03/31 08:33:10 wiz Exp $ -DISTNAME= fftw-3.3.3 -PKGREVISION= 2 +DISTNAME= fftw-3.3.4 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ diff --git a/math/fftw/distinfo b/math/fftw/distinfo index d4b8ac052fd..d78a3ca458b 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2012/11/26 17:36:50 adam Exp $ +$NetBSD: distinfo,v 1.20 2014/03/31 08:33:10 wiz Exp $ -SHA1 (fftw-3.3.3.tar.gz) = 11487180928d05746d431ebe7a176b52fe205cf9 -RMD160 (fftw-3.3.3.tar.gz) = f45e97f06ffaf59b5022ea5e33ef240cb5e84e74 -Size (fftw-3.3.3.tar.gz) = 3920661 bytes +SHA1 (fftw-3.3.4.tar.gz) = fd508bac8ac13b3a46152c54b7ac885b69734262 +RMD160 (fftw-3.3.4.tar.gz) = 463b5120d42ec2a3bc1385689176c5e0296d0d4a +Size (fftw-3.3.4.tar.gz) = 3940427 bytes |