pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/fftw



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 23 20:24:13 UTC 2017

Modified Files:
        pkgsrc/math/fftw: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/math/fftw/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/fftw/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/fftw/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/fftw/Makefile
diff -u pkgsrc/math/fftw/Makefile:1.55 pkgsrc/math/fftw/Makefile:1.56
--- pkgsrc/math/fftw/Makefile:1.55      Sun Jan 22 14:49:23 2017
+++ pkgsrc/math/fftw/Makefile   Thu Nov 23 20:24:13 2017
@@ -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/

Index: pkgsrc/math/fftw/PLIST
diff -u pkgsrc/math/fftw/PLIST:1.12 pkgsrc/math/fftw/PLIST:1.13
--- pkgsrc/math/fftw/PLIST:1.12 Wed Oct 24 08:57:46 2012
+++ pkgsrc/math/fftw/PLIST      Thu Nov 23 20:24:13 2017
@@ -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

Index: pkgsrc/math/fftw/distinfo
diff -u pkgsrc/math/fftw/distinfo:1.22 pkgsrc/math/fftw/distinfo:1.23
--- pkgsrc/math/fftw/distinfo:1.22      Sat Jan 21 19:55:29 2017
+++ pkgsrc/math/fftw/distinfo   Thu Nov 23 20:24:13 2017
@@ -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