diff options
| author | Alfredo Tupone <tupone@gentoo.org> | 2025-07-08 08:26:43 +0200 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2025-07-08 08:26:43 +0200 |
| commit | e496ba2bba91c3b10a251e76f373ecc54d2245f3 (patch) | |
| tree | f6088024627d11b5e7b71827dab336058c43d564 /dev-cpp/xsimd/files | |
| parent | f798f444d2f35496e96e0971c2db2d45cfe68894 (diff) | |
| download | gentoo-e496ba2bba91c3b10a251e76f373ecc54d2245f3.tar.gz gentoo-e496ba2bba91c3b10a251e76f373ecc54d2245f3.tar.bz2 gentoo-e496ba2bba91c3b10a251e76f373ecc54d2245f3.zip | |
dev-cpp/xsimd: require cmake >= 3.8
Closes: https://bugs.gentoo.org/957422
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-cpp/xsimd/files')
| -rw-r--r-- | dev-cpp/xsimd/files/xsimd-13.2.0-cmake.patch | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 000000000000..42adc96cf855 --- /dev/null +++ b/dev-cpp/xsimd/files/xsimd-13.2.0-cmake.patch @@ -0,0 +1,22 @@ +--- a/benchmark/CMakeLists.txt 2025-07-08 08:23:10.926630364 +0200 ++++ b/benchmark/CMakeLists.txt 2025-07-08 08:23:21.764513856 +0200 +@@ -9,7 +9,7 @@ + # The full license is in the file LICENSE, distributed with this software. # + ############################################################################ + +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.8) + + if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) + project(xsimd-benchmark) +--- a/examples/CMakeLists.txt 2025-07-08 08:23:32.134402377 +0200 ++++ b/examples/CMakeLists.txt 2025-07-08 08:23:42.504290895 +0200 +@@ -9,7 +9,7 @@ + # The full license is in the file LICENSE, distributed with this software. # + ############################################################################ + +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.8) + if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) + project(xsimd-examples) + |
