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 CE06D7A221 for ; Fri, 19 Aug 2016 12:40:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7B8E085E81; Fri, 19 Aug 2016 12:40:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0ADBF85E60 for ; Fri, 19 Aug 2016 12:40:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id li_mA0aEStR4 for ; Fri, 19 Aug 2016 12:40:19 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EC7FD85E5D for ; Fri, 19 Aug 2016 12:40:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2D9CFBC3; Fri, 19 Aug 2016 12:40:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1471610418108720" MIME-Version: 1.0 Date: Fri, 19 Aug 2016 12:40:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160819124018.E2D9CFBC3@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. --_----------=_1471610418108720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Aug 19 12:40:18 UTC 2016 Modified Files: pkgsrc/math/fftw: Makefile distinfo pkgsrc/math/fftwf: Makefile distinfo Log Message: Update fftw{,f} to 3.3.5. FFTW 3.3.5: * New SIMD support: - Power8 VSX instructions in single and double precision. To use, add --enable-vsx to configure. - Support for AVX2 (256-bit FMA instructions). To use, add --enable-avx2 to configure. - Experimental support for AVX512 and KCVI. (--enable-avx512, --enable-kcvi) This code is expected to work but the FFTW maintainers do not have hardware to test it. - Support for AVX128/FMA (for some AMD machines) (--enable-avx128-fma) - Double precision Neon SIMD for aarch64. This code is expected to work but the FFTW maintainers do not have hardware to test it. - generic SIMD support using gcc vector intrinsics * Add fftw_make_planner_thread_safe() API * fix #18 (disable float128 for CUDACC) * fix #19: missing Fortran interface for fftwq_alloc_real * fix #21 (don't use float128 on Portland compilers, which pretend to be gcc) * fix: Avoid segfaults due to double free in MPI transpose * Special note for distribution maintainers: Although FFTW supports a zillion SIMD instruction sets, enabling them all at the same time is a bad idea, because it increases the planning time for minimal gain. We recommend that general-purpose x86 distributions only enable SSE2 and perhaps AVX. Users who care about the last ounce of performance should recompile FFTW themselves. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/math/fftw/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/fftw/distinfo cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/fftwf/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/fftwf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1471610418108720 Content-Disposition: inline Content-Length: 2963 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.51 pkgsrc/math/fftw/Makefile:1.52 --- pkgsrc/math/fftw/Makefile:1.51 Sat Jul 9 06:38:33 2016 +++ pkgsrc/math/fftw/Makefile Fri Aug 19 12:40:18 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2016/07/09 06:38:33 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2016/08/19 12:40:18 wiz Exp $ -DISTNAME= fftw-3.3.4 -PKGREVISION= 3 +DISTNAME= fftw-3.3.5 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ Index: pkgsrc/math/fftw/distinfo diff -u pkgsrc/math/fftw/distinfo:1.20 pkgsrc/math/fftw/distinfo:1.21 --- pkgsrc/math/fftw/distinfo:1.20 Mon Mar 31 08:33:10 2014 +++ pkgsrc/math/fftw/distinfo Fri Aug 19 12:40:18 2016 @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.20 2014/03/31 08:33:10 wiz Exp $ +$NetBSD: distinfo,v 1.21 2016/08/19 12:40:18 wiz Exp $ -SHA1 (fftw-3.3.4.tar.gz) = fd508bac8ac13b3a46152c54b7ac885b69734262 -RMD160 (fftw-3.3.4.tar.gz) = 463b5120d42ec2a3bc1385689176c5e0296d0d4a -Size (fftw-3.3.4.tar.gz) = 3940427 bytes +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 Index: pkgsrc/math/fftwf/Makefile diff -u pkgsrc/math/fftwf/Makefile:1.21 pkgsrc/math/fftwf/Makefile:1.22 --- pkgsrc/math/fftwf/Makefile:1.21 Sat Jul 9 06:38:33 2016 +++ pkgsrc/math/fftwf/Makefile Fri Aug 19 12:40:18 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2016/07/09 06:38:33 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/08/19 12:40:18 wiz Exp $ -DISTNAME= fftw-3.3.4 +DISTNAME= fftw-3.3.5 PKGNAME= ${DISTNAME:C/fftw/fftwf/} -PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ Index: pkgsrc/math/fftwf/distinfo diff -u pkgsrc/math/fftwf/distinfo:1.8 pkgsrc/math/fftwf/distinfo:1.9 --- pkgsrc/math/fftwf/distinfo:1.8 Fri Dec 11 13:53:26 2015 +++ pkgsrc/math/fftwf/distinfo Fri Aug 19 12:40:18 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/12/11 13:53:26 wiz Exp $ +$NetBSD: distinfo,v 1.9 2016/08/19 12:40:18 wiz Exp $ -SHA1 (fftw-3.3.4.tar.gz) = fd508bac8ac13b3a46152c54b7ac885b69734262 -RMD160 (fftw-3.3.4.tar.gz) = 463b5120d42ec2a3bc1385689176c5e0296d0d4a -SHA512 (fftw-3.3.4.tar.gz) = 1ee2c7bec3657f6846e63c6dfa71410563830d2b951966bf0123bd8f4f2f5d6b50f13b76d9a7b0eae70e44856f829ca6ceb3d080bb01649d1572c9f3f68e8eb1 -Size (fftw-3.3.4.tar.gz) = 3940427 bytes +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 --_----------=_1471610418108720--