pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/fftw fftw: update to 3.3.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91688d67c2dd
branches:  trunk
changeset: 371864:91688d67c2dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 23 20:24:13 2017 +0000

description:
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:

 math/fftw/Makefile |   6 +++---
 math/fftw/PLIST    |   4 +++-
 math/fftw/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r a43dfc446a92 -r 91688d67c2dd math/fftw/Makefile
--- a/math/fftw/Makefile        Thu Nov 23 20:22:11 2017 +0000
+++ b/math/fftw/Makefile        Thu Nov 23 20:24:13 2017 +0000
@@ -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 -r a43dfc446a92 -r 91688d67c2dd math/fftw/PLIST
--- a/math/fftw/PLIST   Thu Nov 23 20:22:11 2017 +0000
+++ b/math/fftw/PLIST   Thu Nov 23 20:24:13 2017 +0000
@@ -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/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 -r a43dfc446a92 -r 91688d67c2dd math/fftw/distinfo
--- a/math/fftw/distinfo        Thu Nov 23 20:22:11 2017 +0000
+++ b/math/fftw/distinfo        Thu Nov 23 20:24:13 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index