commit:     681d7cbc12752dd75f758e027b33a2be09d2224f
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 14 21:15:13 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov 14 21:15:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681d7cbc

sci-ml/tensorpipe: require cmake 10 at least

Closes: https://bugs.gentoo.org/965144
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-ml/tensorpipe/files/tensorpipe-2022.05.13-cmake.patch | 11 +++++++++++
 sci-ml/tensorpipe/tensorpipe-2022.05.13-r1.ebuild         |  1 +
 2 files changed, 12 insertions(+)

diff --git a/sci-ml/tensorpipe/files/tensorpipe-2022.05.13-cmake.patch 
b/sci-ml/tensorpipe/files/tensorpipe-2022.05.13-cmake.patch
new file mode 100644
index 000000000000..019d95857ba9
--- /dev/null
+++ b/sci-ml/tensorpipe/files/tensorpipe-2022.05.13-cmake.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt   2025-11-14 21:41:25.919406888 +0100
++++ b/CMakeLists.txt   2025-11-14 21:41:36.083442387 +0100
+@@ -4,7 +4,7 @@
+ # This source code is licensed under the BSD-style license found in the
+ # LICENSE file in the root directory of this source tree.
+ 
+-cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
++cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
+ 
+ project(tensorpipe LANGUAGES C CXX)
+ 

diff --git a/sci-ml/tensorpipe/tensorpipe-2022.05.13-r1.ebuild 
b/sci-ml/tensorpipe/tensorpipe-2022.05.13-r1.ebuild
index b89d2676ec07..f0c10625ed61 100644
--- a/sci-ml/tensorpipe/tensorpipe-2022.05.13-r1.ebuild
+++ b/sci-ml/tensorpipe/tensorpipe-2022.05.13-r1.ebuild
@@ -34,6 +34,7 @@ PATCHES=(
        "${FILESDIR}"/${P}-gentoo.patch
        "${FILESDIR}"/${P}-musl.patch
        "${FILESDIR}"/${P}-gcc15.patch
+       "${FILESDIR}"/${P}-cmake.patch
 )
 
 src_configure() {

Reply via email to