pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/fftwf Updated fftwf to 3.3.6pl1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab39fb370052
branches: trunk
changeset: 357547:ab39fb370052
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 22 14:48:57 2017 +0000
description:
Updated fftwf to 3.3.6pl1.
FFTW 3.3.6-pl1:
* Bugfix: FFTW 3.3.6 had the wrong libtool version number, and generated
shared libraries of the form libfftw3.so.2.6.6 instead of
libfftw3.so.3.*.
FFTW 3.3.6:
* The fftw_make_planner_thread_safe() API introduced in 3.3.5 didn't
work, and this 3.3.6 fixes it. Sorry about that.
* compilation fixes for IBM XLC
* compilation fixes for threads on Windows
* fix SIMD autodetection on amd64 when (_MSC_VER > 1500)
diffstat:
math/fftwf/Makefile | 6 +++---
math/fftwf/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 6c2229178ef3 -r ab39fb370052 math/fftwf/Makefile
--- a/math/fftwf/Makefile Sun Jan 22 14:44:33 2017 +0000
+++ b/math/fftwf/Makefile Sun Jan 22 14:48:57 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2017/01/19 18:52:17 agc Exp $
+# $NetBSD: Makefile,v 1.24 2017/01/22 14:48:57 wiz Exp $
-DISTNAME= fftw-3.3.5
-PKGNAME= ${DISTNAME:C/fftw/fftwf/}
+DISTNAME= fftw-3.3.6-pl1
+PKGNAME= ${DISTNAME:C/fftw/fftwf/:S/-pl1/pl1/}
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/
MASTER_SITES+= http://www.fftw.org/
diff -r 6c2229178ef3 -r ab39fb370052 math/fftwf/distinfo
--- a/math/fftwf/distinfo Sun Jan 22 14:44:33 2017 +0000
+++ b/math/fftwf/distinfo Sun Jan 22 14:48:57 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/08/19 12:40:18 wiz Exp $
+$NetBSD: distinfo,v 1.10 2017/01/22 14:48:57 wiz Exp $
-SHA1 (fftw-3.3.5.tar.gz) = 875831a7ab87d278f21ac0c3453f12d5ee807da4
-RMD160 (fftw-3.3.5.tar.gz) = d5800f3d56b7b499265633b52a0b9850b17c148e
-SHA512 (fftw-3.3.5.tar.gz) = a81f02d884cfe4171fab479b0e5ec76eceb9c5da6d4eda1f89281b7e1efa2d8176c9ba87051595c402889eb32172d216ce40eb2bef41289c646f01002fb4ba8e
-Size (fftw-3.3.5.tar.gz) = 4148447 bytes
+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
Home |
Main Index |
Thread Index |
Old Index