diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-11 13:53:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-11 13:53:26 +0000 |
commit | ab4817d8d11ce79de7abb7f965820f3e53abac84 (patch) | |
tree | e7decd76d9f5d4108f59793248667be4b7360a17 /math/fftwf | |
parent | 208ad9c3a574704e6de0bf2b6c7b0f736b5813eb (diff) | |
download | pkgsrc-ab4817d8d11ce79de7abb7f965820f3e53abac84.tar.gz |
Update fftwf to 3.3.4, to match fftw.
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.
FFTW 3.3.3
* Fix deadlock bug in MPI transforms (thanks to Michael Pippig for the
bug report and patch, and to Graham Dennis for the bug report).
* Use 128-bit ARM NEON instructions instead of 64-bits. This change
appears to speed up even ARM processors with a 64-bit NEON pipe.
* Speed improvements for single-precision AVX.
* Speed up planner on machines without "official" cycle counters, such as ARM.
Diffstat (limited to 'math/fftwf')
-rw-r--r-- | math/fftwf/Makefile | 5 | ||||
-rw-r--r-- | math/fftwf/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile index b78798847cd..332e0ba4b78 100644 --- a/math/fftwf/Makefile +++ b/math/fftwf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:50:27 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/11 13:53:26 wiz Exp $ -DISTNAME= fftw-3.3.2 +DISTNAME= fftw-3.3.4 PKGNAME= ${DISTNAME:C/fftw/fftwf/} -PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ diff --git a/math/fftwf/distinfo b/math/fftwf/distinfo index d1fe0074411..9fd3c1e8bfd 100644 --- a/math/fftwf/distinfo +++ b/math/fftwf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 23:33:33 agc Exp $ +$NetBSD: distinfo,v 1.8 2015/12/11 13:53:26 wiz Exp $ -SHA1 (fftw-3.3.2.tar.gz) = 11a8c31186ff5a7d686a79a3f21b2530888e0dc2 -RMD160 (fftw-3.3.2.tar.gz) = dbf87fcb7812024b80744335d433ade53bad8a4f -SHA512 (fftw-3.3.2.tar.gz) = 57a056b6efaa102dce2de9c711f9857c6c605f07e1ee27d2db3eeff1582f12636f58177f79273b1464b78a22bb7ddd1cc7d39468388694003a4ff6dbf2ab6979 -Size (fftw-3.3.2.tar.gz) = 3908279 bytes +SHA1 (fftw-3.3.4.tar.gz) = fd508bac8ac13b3a46152c54b7ac885b69734262 +RMD160 (fftw-3.3.4.tar.gz) = 463b5120d42ec2a3bc1385689176c5e0296d0d4a +SHA512 (fftw-3.3.4.tar.gz) = 1ee2c7bec3657f6846e63c6dfa71410563830d2b951966bf0123bd8f4f2f5d6b50f13b76d9a7b0eae70e44856f829ca6ceb3d080bb01649d1572c9f3f68e8eb1 +Size (fftw-3.3.4.tar.gz) = 3940427 bytes |