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:   adam
Date:           Thu Apr 23 08:42:39 UTC 2026

Modified Files:
        pkgsrc/math/fftw: Makefile Makefile.common distinfo

Log Message:
fftw: updated to 3.3.11

FFTW 3.3.11:

* New API fftw_copy_plan()
* Support for SVE SIMD instructions.
* Support for LoongArch LSX and LASX SIMD instructions.
* Support for Apple ARM, RISCV, and LoongArch cycle counters.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/math/fftw/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/fftw/Makefile.common
cvs rdiff -u -r1.28 -r1.29 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.81 pkgsrc/math/fftw/Makefile:1.82
--- pkgsrc/math/fftw/Makefile:1.81      Mon Feb  2 23:14:54 2026
+++ pkgsrc/math/fftw/Makefile   Thu Apr 23 08:42:39 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2026/02/02 23:14:54 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2026/04/23 08:42:39 adam Exp $
 
 COMMENT=       Fast C routines to compute DFTs (single and double precision)
-PKGREVISION=   4
 
 SUPERSEDES=    fftwf-[0-9]*
 CONFLICTS+=    fftwf-[0-9]*

Index: pkgsrc/math/fftw/Makefile.common
diff -u pkgsrc/math/fftw/Makefile.common:1.7 pkgsrc/math/fftw/Makefile.common:1.8
--- pkgsrc/math/fftw/Makefile.common:1.7        Tue Dec  3 18:22:29 2024
+++ pkgsrc/math/fftw/Makefile.common    Thu Apr 23 08:42:39 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.7 2024/12/03 18:22:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2026/04/23 08:42:39 adam Exp $
 # used by math/fftw/Makefile
 # used by math/fftw-long/Makefile
 # used by math/fftw-quad/Makefile
 
-DISTNAME=      fftw-3.3.10
+DISTNAME=      fftw-3.3.11
 CATEGORIES=    math
 MASTER_SITES=  ftp://ftp.fftw.org/pub/fftw/
 MASTER_SITES+= http://www.fftw.org/
@@ -17,8 +17,7 @@ DISTINFO_FILE=        ${.CURDIR}/../../math/fft
 
 USE_LANGUAGES=         c
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake
-USE_TOOLS+=            perl
+USE_TOOLS+=            gmake perl
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shared
 GNU_CONFIGURE_STRICT=  no

Index: pkgsrc/math/fftw/distinfo
diff -u pkgsrc/math/fftw/distinfo:1.28 pkgsrc/math/fftw/distinfo:1.29
--- pkgsrc/math/fftw/distinfo:1.28      Tue Oct 26 10:55:40 2021
+++ pkgsrc/math/fftw/distinfo   Thu Apr 23 08:42:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2021/10/26 10:55:40 nia Exp $
+$NetBSD: distinfo,v 1.29 2026/04/23 08:42:39 adam Exp $
 
-BLAKE2s (fftw-3.3.10.tar.gz) = c5d6a1bdf6082149d4615097869bf6cdd64c3cefa6337d30c1d642df73b74ba6
-SHA512 (fftw-3.3.10.tar.gz) = 2d34b5ccac7b08740dbdacc6ebe451d8a34cf9d9bfec85a5e776e87adf94abfd803c222412d8e10fbaa4ed46f504aa87180396af1b108666cde4314a55610b40
-Size (fftw-3.3.10.tar.gz) = 4144100 bytes
+BLAKE2s (fftw-3.3.11.tar.gz) = d4031d3f5d6585a266bb7e4b9e4723d44222b83905c9cd645444d41513d33dfb
+SHA512 (fftw-3.3.11.tar.gz) = ca1bf80490dc6955a0ab49b1af05d6658c2ecc0968b3bde5b4af22271e47d30cd38f6f8347e8e6124091b6a17717447942bee95f94ca29574ba71c4d167af351
+Size (fftw-3.3.11.tar.gz) = 4310712 bytes



Home | Main Index | Thread Index | Old Index