sci-ml/tensorpipe: require cmake 10 at least

Closes: https://bugs.gentoo.org/965144
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2025-11-14 22:15:13 +01:00
parent c10d3bddd7
commit 681d7cbc12
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58
2 changed files with 12 additions and 0 deletions

View File

@ -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)

View File

@ -34,6 +34,7 @@ PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch "${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${P}-musl.patch "${FILESDIR}"/${P}-musl.patch
"${FILESDIR}"/${P}-gcc15.patch "${FILESDIR}"/${P}-gcc15.patch
"${FILESDIR}"/${P}-cmake.patch
) )
src_configure() { src_configure() {