Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 36AC97A293 for ; Sat, 21 Jan 2017 19:55:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A4517855CE; Sat, 21 Jan 2017 19:55:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3522E855CC for ; Sat, 21 Jan 2017 19:55:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id L8QnQCHUIARM for ; Sat, 21 Jan 2017 19:55:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA46C8557C for ; Sat, 21 Jan 2017 19:55:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5745FBA6; Sat, 21 Jan 2017 19:55:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485028529142830" MIME-Version: 1.0 Date: Sat, 21 Jan 2017 19:55:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/fftw To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170121195529.B5745FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1485028529142830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 21 19:55:29 UTC 2017 Modified Files: pkgsrc/math/fftw: Makefile distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/math/fftw/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/fftw/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485028529142830 Content-Disposition: inline Content-Length: 1597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/fftw/Makefile diff -u pkgsrc/math/fftw/Makefile:1.53 pkgsrc/math/fftw/Makefile:1.54 --- pkgsrc/math/fftw/Makefile:1.53 Thu Jan 19 18:52:17 2017 +++ pkgsrc/math/fftw/Makefile Sat Jan 21 19:55:29 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2017/01/19 18:52:17 agc Exp $ +# $NetBSD: Makefile,v 1.54 2017/01/21 19:55:29 adam Exp $ -DISTNAME= fftw-3.3.5 +DISTNAME= fftw-3.3.6-pl1 +PKGNAME= ${DISTNAME:S/-pl1//} CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ MASTER_SITES+= http://www.fftw.org/ Index: pkgsrc/math/fftw/distinfo diff -u pkgsrc/math/fftw/distinfo:1.21 pkgsrc/math/fftw/distinfo:1.22 --- pkgsrc/math/fftw/distinfo:1.21 Fri Aug 19 12:40:18 2016 +++ pkgsrc/math/fftw/distinfo Sat Jan 21 19:55:29 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2016/08/19 12:40:18 wiz Exp $ +$NetBSD: distinfo,v 1.22 2017/01/21 19:55:29 adam 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 --_----------=_1485028529142830--