Skip to content

Commit a318646

Browse files
committed
correct minimal version of pari
1 parent 7088263 commit a318646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/pari/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SAGE_SPKG_CONFIGURE([pari], [
22
dnl See gp_version below on how the version is computed from MAJV.MINV.PATCHV
3-
m4_pushdef([SAGE_PARI_MINVER],["134913"])dnl this version and higher allowed
3+
m4_pushdef([SAGE_PARI_MINVER],["134912"])dnl this version and higher allowed
44
m4_pushdef([SAGE_PARI_MAXVER],["999999"])dnl this version and higher not allowed
55
SAGE_SPKG_DEPCHECK([gmp readline], [
66
AC_PATH_PROG([GP], [gp])

0 commit comments

Comments
 (0)