mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
sci-ml/kineto: fix cmake min version
Closes: https://bugs.gentoo.org/965008 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
parent
ce53e1f39d
commit
3f6c3c1025
11
sci-ml/kineto/files/kineto-0.4.0_p20250617-cmake.patch
Normal file
11
sci-ml/kineto/files/kineto-0.4.0_p20250617-cmake.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/CMakeLists.txt 2025-11-15 21:37:39.359617528 +0100
|
||||
+++ b/CMakeLists.txt 2025-11-15 21:37:57.835681898 +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)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
|
||||
|
||||
@ -32,6 +32,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.4.0_p20250418-AppxClock.patch
|
||||
"${FILESDIR}"/${P}-cmake.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user