Skip to content

Commit 4d56b32

Browse files
author
Matthias Koeppe
committed
build/pkgs/meson_python/spkg-configure.m4: Require meson >= 1.2.3
1 parent c8db024 commit 4d56b32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/pkgs/meson/spkg-configure.m4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ SAGE_SPKG_CONFIGURE(
22
[meson], [
33
dnl scipy 1.11.2 needs meson >= 1.1.0
44
dnl contourpy needs meson >= 1.2.0
5-
AC_CACHE_CHECK([for meson >= 1.2.0], [ac_cv_path_MESON], [
5+
dnl meson_python needs meson >= 1.2.3 for Python >= 3.12
6+
AC_CACHE_CHECK([for meson >= 1.2.3], [ac_cv_path_MESON], [
67
AC_PATH_PROGS_FEATURE_CHECK([MESON], [meson], [
78
meson_version=`$ac_path_MESON --version 2>&1`
89
AS_IF([test -n "$meson_version"], [
9-
AX_COMPARE_VERSION([$meson_version], [ge], [1.2.0], [
10+
AX_COMPARE_VERSION([$meson_version], [ge], [1.2.3], [
1011
ac_cv_path_MESON="$ac_path_MESON"
1112
ac_path_MESON_found=:
1213
])

0 commit comments

Comments
 (0)