Skip to content

Commit 1570ab0

Browse files
committed
Restore SAGE_PARI_MAXVER
1 parent 252efcc commit 1570ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/pkgs/pari/spkg-configure.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
SAGE_SPKG_CONFIGURE([pari], [
22
dnl See gp_version below on how the version is computed from MAJV.MINV.PATCHV
33
m4_pushdef([SAGE_PARI_MINVER],["135245"])dnl this version and higher allowed
4+
m4_pushdef([SAGE_PARI_MAXVER],["999999"])dnl this version and higher not allowed
45
SAGE_SPKG_DEPCHECK([gmp readline], [
56
AC_PATH_PROG([GP], [gp])
67
if test x$GP = x; then dnl GP test

0 commit comments

Comments
 (0)