From e5657ecfbeecf8a9a22fd6f651169b64c6f724f5 Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Fri, 14 Mar 2025 08:34:02 +0100 Subject: [PATCH] Fix typo in SAGE_PARI_MINVER 2.17.0 is broken and shouldn't be accepted --- build/pkgs/pari/spkg-configure.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pkgs/pari/spkg-configure.m4 b/build/pkgs/pari/spkg-configure.m4 index d9d90e0d421..8200b79a3bd 100644 --- a/build/pkgs/pari/spkg-configure.m4 +++ b/build/pkgs/pari/spkg-configure.m4 @@ -1,6 +1,6 @@ SAGE_SPKG_CONFIGURE([pari], [ dnl See gp_version below on how the version is computed from MAJV.MINV.PATCHV - m4_pushdef([SAGE_PARI_MINVER],["135245"])dnl this version and higher allowed + m4_pushdef([SAGE_PARI_MINVER],["135425"])dnl this version and higher allowed m4_pushdef([SAGE_PARI_MAXVER],["999999"])dnl this version and higher not allowed SAGE_SPKG_DEPCHECK([gmp readline], [ AC_PATH_PROG([GP], [gp])