Skip to content

Commit 2c46325

Browse files
author
Matthias Koeppe
committed
build/pkgs/meson/spkg-configure.m4: Require >= 1.2.0 (for contourpy)
1 parent 94d13e9 commit 2c46325

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
@@ -1,11 +1,12 @@
11
SAGE_SPKG_CONFIGURE(
22
[meson], [
33
dnl scipy 1.11.2 needs meson >= 1.1.0
4-
AC_CACHE_CHECK([for meson >= 1.1.0], [ac_cv_path_MESON], [
4+
dnl contourpy needs meson >= 1.2.0
5+
AC_CACHE_CHECK([for meson >= 1.2.0], [ac_cv_path_MESON], [
56
AC_PATH_PROGS_FEATURE_CHECK([MESON], [meson], [
67
meson_version=`$ac_path_MESON --version 2>&1`
78
AS_IF([test -n "$meson_version"], [
8-
AX_COMPARE_VERSION([$meson_version], [ge], [1.1.0], [
9+
AX_COMPARE_VERSION([$meson_version], [ge], [1.2.0], [
910
ac_cv_path_MESON="$ac_path_MESON"
1011
ac_path_MESON_found=:
1112
])

0 commit comments

Comments
 (0)