sci-libs/alglib: Raise cmake_minimum_required to 3.31

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-10-05 15:38:24 +02:00
parent d6d6c3462f
commit 2fd36a3490
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND=">=dev-build/cmake-3.31"
src_prepare() {
cp "${FILESDIR}"/CMakeLists.txt-3.20.0 CMakeLists.txt || die
cmake_src_prepare

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.31)
# Based on: https://src.fedoraproject.org/rpms/alglib/blob/rawhide/f/CMakeLists.txt