diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-23 20:24:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-23 20:24:13 +0000 |
commit | 79c2039b88b02bd55672b8f36da1bcf9aea9219a (patch) | |
tree | f2c5b214944025212f370a520ffca71d845aa6d0 /math | |
parent | 8a6f905abe139ebdcd0879416f7222f12c20dafa (diff) | |
download | pkgsrc-79c2039b88b02bd55672b8f36da1bcf9aea9219a.tar.gz |
fftw: update to 3.3.7.
FFTW 3.3.7:
* Experimental support for CMake.
The primary build mechanism for FFTW remains GNU autoconf/automake.
CMake support is meant to offer an easy way to compile FFTW on
Windows, and as such it does not cover all the features of the
automake build system, such as exotic cycle counters,
cross-compiling, or build of binaries for a mixture of ISA's
(e.g., amd64 vs amd64+avx vs amd64+avx2). Patches are welcome.
* Fixes for armv7a cycle counter.
* Official support for aarch64, now that we have hardware to test it.
* Tweak usage of FMA instructions in a way that favors newer processors
(Skylake and Ryzen) over older processors (Haswell).
* tests/bench: use 64-bit precision to compute mflops.
FFTW 3.3.6-pl2:
* Bugfix: MPI Fortran-03 headers were missing in FFTW 3.3.6-pl1.
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 6 | ||||
-rw-r--r-- | math/fftw/PLIST | 4 | ||||
-rw-r--r-- | math/fftw/distinfo | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 78c3c0b57fb..093384932c0 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2017/01/22 14:49:23 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2017/11/23 20:24:13 wiz Exp $ -DISTNAME= fftw-3.3.6-pl1 -PKGNAME= ${DISTNAME:S/-pl1/pl1/} +DISTNAME= fftw-3.3.7 +#PKGNAME= ${DISTNAME:S/-pl1/pl1/} CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ MASTER_SITES+= http://www.fftw.org/ diff --git a/math/fftw/PLIST b/math/fftw/PLIST index 012a3c01e85..22b560b776f 100644 --- a/math/fftw/PLIST +++ b/math/fftw/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2012/10/24 08:57:46 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2017/11/23 20:24:13 wiz Exp $ bin/fftw-wisdom bin/fftw-wisdom-to-conf include/fftw3.f @@ -7,6 +7,8 @@ include/fftw3.h include/fftw3l.f03 include/fftw3q.f03 info/fftw3.info +lib/cmake/fftw3/FFTW3Config.cmake +lib/cmake/fftw3/FFTW3ConfigVersion.cmake lib/libfftw3.la ${PLIST.pthreads}lib/libfftw3_threads.la lib/pkgconfig/fftw3.pc diff --git a/math/fftw/distinfo b/math/fftw/distinfo index 903b46a2939..001ecd627db 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2017/01/21 19:55:29 adam Exp $ +$NetBSD: distinfo,v 1.23 2017/11/23 20:24:13 wiz Exp $ -SHA1 (fftw-3.3.6-pl1.tar.gz) = b7730928b6b420733a6fd08c18616bf8ae4f625d -RMD160 (fftw-3.3.6-pl1.tar.gz) = 9ea19d97852ad2eb97eea065d3145a2a5981e89b -SHA512 (fftw-3.3.6-pl1.tar.gz) = e2ed33fcb068a36a841bbd898d12ceec74f4e9a0a349e7c55959878b50224a69a0f87656347dad7d7e1448ebc50d28d8f34f6da7992c43072d26942fd97c0134 -Size (fftw-3.3.6-pl1.tar.gz) = 4179807 bytes +SHA1 (fftw-3.3.7.tar.gz) = 2ae980a8d44c161ce4a09c6e2d1c79243ecbabb2 +RMD160 (fftw-3.3.7.tar.gz) = 6fb90ce7190190998ff4c579934b76de270db271 +SHA512 (fftw-3.3.7.tar.gz) = a5db54293a6d711408bed5894766437eee920be015ad27023c7a91d4581e2ff5b96e3db0201e6eaccf7b064c4d32db1a2a8fab3e6813e524b4743ddd6216ba77 +Size (fftw-3.3.7.tar.gz) = 4105807 bytes |