Skip to content

Commit 3d17e4a

Browse files
author
Matthias Koeppe
committed
build/pkgs/meson/spkg-configure.m4: Require meson >= 1.1.0
1 parent 548160a commit 3d17e4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/pkgs/meson/spkg-configure.m4

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
SAGE_SPKG_CONFIGURE(
22
[meson], [
3-
AC_CACHE_CHECK([for meson >= 0.64], [ac_cv_path_MESON], [
3+
dnl scipy 1.11.2 needs meson >= 1.1.0
4+
AC_CACHE_CHECK([for meson >= 1.1.0], [ac_cv_path_MESON], [
45
AC_PATH_PROGS_FEATURE_CHECK([MESON], [meson], [
56
meson_version=`$ac_path_MESON --version 2>&1`
67
AS_IF([test -n "$meson_version"], [
7-
AX_COMPARE_VERSION([$meson_version], [ge], [0.64], [
8+
AX_COMPARE_VERSION([$meson_version], [ge], [1.1.0], [
89
ac_cv_path_MESON="$ac_path_MESON"
910
ac_path_MESON_found=:
1011
])

0 commit comments

Comments
 (0)