commit: ac04f3b350194e645a1d37b906e15ae505030a8c Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Jun 16 12:06:38 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Jun 16 12:07:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac04f3b3
sci-ml/sentencepiece: add patch file Closes: https://bugs.gentoo.org/958239 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-ml/sentencepiece/files/sentencepiece-0.2.0-cmake.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sci-ml/sentencepiece/files/sentencepiece-0.2.0-cmake.patch b/sci-ml/sentencepiece/files/sentencepiece-0.2.0-cmake.patch new file mode 100644 index 000000000000..1d835ab2766d --- /dev/null +++ b/sci-ml/sentencepiece/files/sentencepiece-0.2.0-cmake.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt 2025-06-15 16:40:49.662335387 +0200 ++++ b/CMakeLists.txt 2025-06-15 16:41:17.826038289 +0200 +@@ -12,7 +12,7 @@ + # See the License for the specific language governing permissions and + # limitations under the License.! + +-cmake_minimum_required(VERSION 3.1 FATAL_ERROR) ++cmake_minimum_required(VERSION 3.10 FATAL_ERROR) + file(STRINGS "VERSION.txt" SPM_VERSION) + message(STATUS "VERSION: ${SPM_VERSION}") +
