summaryrefslogtreecommitdiff
path: root/dev-cpp
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2025-11-28 19:56:58 +0100
committerAlfredo Tupone <tupone@gentoo.org>2025-11-28 19:57:36 +0100
commit8150c71f1485ad2f247e96a81a7b8cdcb380c63b (patch)
tree00de156713e58f16ec3e395550a17e2d01ff5c9b /dev-cpp
parent2659180512e92ce36315ae5449b7074ced4ec546 (diff)
downloadgentoo-8150c71f1485ad2f247e96a81a7b8cdcb380c63b.tar.gz
gentoo-8150c71f1485ad2f247e96a81a7b8cdcb380c63b.tar.bz2
gentoo-8150c71f1485ad2f247e96a81a7b8cdcb380c63b.zip
dev-cpp/xsimd: CMake = 3.10
Closes: https://bugs.gentoo.org/964538 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/xsimd/files/xsimd-13.2.0-cmake.patch26
1 files changed, 24 insertions, 2 deletions
diff --git a/dev-cpp/xsimd/files/xsimd-13.2.0-cmake.patch b/dev-cpp/xsimd/files/xsimd-13.2.0-cmake.patch
index 42adc96cf855..466c5aab1cce 100644
--- a/dev-cpp/xsimd/files/xsimd-13.2.0-cmake.patch
+++ b/dev-cpp/xsimd/files/xsimd-13.2.0-cmake.patch
@@ -5,7 +5,7 @@
############################################################################
-cmake_minimum_required(VERSION 3.1)
-+cmake_minimum_required(VERSION 3.8)
++cmake_minimum_required(VERSION 3.10)
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
project(xsimd-benchmark)
@@ -16,7 +16,29 @@
############################################################################
-cmake_minimum_required(VERSION 3.1)
-+cmake_minimum_required(VERSION 3.8)
++cmake_minimum_required(VERSION 3.10)
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
project(xsimd-examples)
+--- a/CMakeLists.txt 2025-11-28 19:47:35.424760757 +0100
++++ b/CMakeLists.txt 2025-11-28 19:47:46.752621530 +0100
+@@ -9,7 +9,7 @@
+ # The full license is in the file LICENSE, distributed with this software. #
+ ############################################################################
+
+-cmake_minimum_required(VERSION 3.8)
++cmake_minimum_required(VERSION 3.10)
+ project(xsimd)
+ option(XSIMD_REFACTORING ON)
+
+--- a/test/CMakeLists.txt 2025-11-28 19:48:45.419900523 +0100
++++ b/test/CMakeLists.txt 2025-11-28 19:48:54.688786610 +0100
+@@ -9,7 +9,7 @@
+ # The full license is in the file LICENSE, distributed with this software. #
+ ############################################################################
+
+-cmake_minimum_required(VERSION 3.8)
++cmake_minimum_required(VERSION 3.10)
+
+ if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
+ project(xsimd-test)