commit: c3b6ba5ade862374d38e8d8f0cf63c9d7072e919 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Tue Dec 9 09:40:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 9 16:16:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b6ba5a
sci-libs/kissfft: update patches update status PR for cmake-4 has been merged with 3.10 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44968 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/kissfft/files/kissfft-131.1.0-cmake.patch | 3 +-- sci-libs/kissfft/files/kissfft-131.1.0-cmake4.patch | 17 ++--------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/sci-libs/kissfft/files/kissfft-131.1.0-cmake.patch b/sci-libs/kissfft/files/kissfft-131.1.0-cmake.patch index a3cb3e468e17..24eae3a4313e 100644 --- a/sci-libs/kissfft/files/kissfft-131.1.0-cmake.patch +++ b/sci-libs/kissfft/files/kissfft-131.1.0-cmake.patch @@ -1,5 +1,4 @@ -diff --git a/kissfft-config.cmake.in b/kissfft-config.cmake.in -index cd7139a..7d6c7a2 100644 +PR pending https://github.com/mborgerding/kissfft/pull/92.patch --- a/kissfft-config.cmake.in +++ b/kissfft-config.cmake.in @@ -66,14 +66,19 @@ foreach(_kissfft_datatype simd int16 int32 float double) diff --git a/sci-libs/kissfft/files/kissfft-131.1.0-cmake4.patch b/sci-libs/kissfft/files/kissfft-131.1.0-cmake4.patch index 263b8f88fd36..235c4c409f54 100644 --- a/sci-libs/kissfft/files/kissfft-131.1.0-cmake4.patch +++ b/sci-libs/kissfft/files/kissfft-131.1.0-cmake4.patch @@ -1,18 +1,5 @@ -Taken from: https://github.com/mborgerding/kissfft/pull/101 - -From d42d353de36e843b7145b7be4aee0758040f92d1 Mon Sep 17 00:00:00 2001 -From: Christophe Marin <[email protected]> -Date: Wed, 2 Apr 2025 11:39:34 +0200 -Subject: [PATCH] Bump minimum CMake version in kissfft-config.cmake - +Taken from: https://github.com/mborgerding/kissfft/pull/101.patch (merged) CMake 4 dropped support for CMake versions <= 3.5. -We'll use 3.6, which is the minimum version required to build kissfft. ---- - kissfft-config.cmake.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/kissfft-config.cmake.in b/kissfft-config.cmake.in -index cd7139a..fd9553c 100644 --- a/kissfft-config.cmake.in +++ b/kissfft-config.cmake.in @@ -24,7 +24,7 @@ @@ -20,7 +7,7 @@ index cd7139a..fd9553c 100644 @PACKAGE_INIT@ -cmake_minimum_required(VERSION 3.3) -+cmake_minimum_required(VERSION 3.6) ++cmake_minimum_required(VERSION 3.10) # Set include glob of config files using SHARED/static component, BUILD_SHARED_LIBS by default set(_kissfft_shared_detected OFF)
