From 62104ea1dbf5720beeed12a3926ae885057ae38b Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Thu, 23 Apr 2026 07:59:25 -0400 Subject: [PATCH] fftw_3.3.11.bb: Update version. Apr 21st, 2026 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. Enabling the cycle counters needs a kernel module to permit access from user space. We need to add SVE (and other architectures) support to the recipe. Signed-off-by: Philip Balister Signed-off-by: Khem Raj --- .../recipes-support/fftw/{fftw_3.3.10.bb => fftw_3.3.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/fftw/{fftw_3.3.10.bb => fftw_3.3.11.bb} (94%) diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb b/meta-oe/recipes-support/fftw/fftw_3.3.11.bb similarity index 94% rename from meta-oe/recipes-support/fftw/fftw_3.3.10.bb rename to meta-oe/recipes-support/fftw/fftw_3.3.11.bb index 52122b9c0c..83010d3e7d 100644 --- a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb +++ b/meta-oe/recipes-support/fftw/fftw_3.3.11.bb @@ -9,7 +9,7 @@ SRC_URI = " \ file://install-bench.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" +SRC_URI[sha256sum] = "5630c24cdeb33b131612f7eb4b1a9934234754f9f388ff8617458d0be6f239a1" UPSTREAM_CHECK_URI = "http://www.fftw.org/download.html" @@ -57,7 +57,7 @@ do_configure() { do_compile() { for lib in fftw fftwl fftwf; do cd ${WORKDIR}/build-$lib - test -n "${TOOLCHAIN_OPTIONS}" && sed -i -e 's|${TOOLCHAIN_OPTIONS}||g' config.h + sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' config.h autotools_do_compile done }