commit: f58f4571221a8352a03234b7a29cd8bbc3e4a9d1 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Aug 4 08:56:37 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Aug 4 09:26:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58f4571
sci-ml/gloo: cmake >=3.5 Closes: https://bugs.gentoo.org/953953 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-ml/gloo/files/gloo-2023.12.03-cmake.patch | 8 ++++++++ sci-ml/gloo/gloo-2023.12.03.ebuild | 1 + 2 files changed, 9 insertions(+) diff --git a/sci-ml/gloo/files/gloo-2023.12.03-cmake.patch b/sci-ml/gloo/files/gloo-2023.12.03-cmake.patch new file mode 100644 index 000000000000..a11a8b51dce6 --- /dev/null +++ b/sci-ml/gloo/files/gloo-2023.12.03-cmake.patch @@ -0,0 +1,8 @@ +--- a/CMakeLists.txt 2025-08-04 10:53:36.751967370 +0200 ++++ b/CMakeLists.txt 2025-08-04 10:53:50.092812021 +0200 +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) ++cmake_minimum_required(VERSION 3.5 FATAL_ERROR) + + project(gloo CXX C) + diff --git a/sci-ml/gloo/gloo-2023.12.03.ebuild b/sci-ml/gloo/gloo-2023.12.03.ebuild index 495f9b1d0ce7..689eb35766b0 100644 --- a/sci-ml/gloo/gloo-2023.12.03.ebuild +++ b/sci-ml/gloo/gloo-2023.12.03.ebuild @@ -39,6 +39,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2023.01.17-cuda.patch "${FILESDIR}"/${PN}-2023.01.17-ssl3.patch "${FILESDIR}"/${P}-gcc15.patch + "${FILESDIR}"/${P}-cmake.patch ) src_prepare() {
