summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2026-04-23 07:59:25 -0400
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-23 07:55:52 -0700
commit62104ea1dbf5720beeed12a3926ae885057ae38b (patch)
treef3fa1d4f985a8df89055b362df88325c30f31813
parent15d5785d28de2b7abb66312d3f623d118a60c81d (diff)
downloadmeta-openembedded-62104ea1dbf5720beeed12a3926ae885057ae38b.tar.gz
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 <philip@balister.org> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-support/fftw/fftw_3.3.11.bb (renamed from meta-oe/recipes-support/fftw/fftw_3.3.10.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb b/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 = " \
9 file://install-bench.patch \ 9 file://install-bench.patch \
10 file://run-ptest \ 10 file://run-ptest \
11" 11"
12SRC_URI[sha256sum] = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" 12SRC_URI[sha256sum] = "5630c24cdeb33b131612f7eb4b1a9934234754f9f388ff8617458d0be6f239a1"
13 13
14UPSTREAM_CHECK_URI = "http://www.fftw.org/download.html" 14UPSTREAM_CHECK_URI = "http://www.fftw.org/download.html"
15 15
@@ -57,7 +57,7 @@ do_configure() {
57do_compile() { 57do_compile() {
58 for lib in fftw fftwl fftwf; do 58 for lib in fftw fftwl fftwf; do
59 cd ${WORKDIR}/build-$lib 59 cd ${WORKDIR}/build-$lib
60 test -n "${TOOLCHAIN_OPTIONS}" && sed -i -e 's|${TOOLCHAIN_OPTIONS}||g' config.h 60 sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' config.h
61 autotools_do_compile 61 autotools_do_compile
62 done 62 done
63} 63}