File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 1
1
SAGE_SPKG_CONFIGURE([ pari] , [
2
2
dnl See gp_version below on how the version is computed from MAJV.MINV.PATCHV
3
- m4_pushdef ( [ SAGE_PARI_MINVER] ,[ "134401 "] ) dnl this version and higher allowed
4
- m4_pushdef ( [ SAGE_PARI_MAXVER] ,[ "134912 "] ) dnl this version and higher not allowed
3
+ m4_pushdef ( [ SAGE_PARI_MINVER] ,[ "134913 "] ) dnl this version and higher allowed
4
+ m4_pushdef ( [ SAGE_PARI_MAXVER] ,[ "999999 "] ) dnl this version and higher not allowed
5
5
SAGE_SPKG_DEPCHECK([ gmp readline] , [
6
6
AC_PATH_PROG ( [ GP] , [ gp] )
7
7
if test x$GP = x; then dnl GP test
@@ -67,17 +67,6 @@ SAGE_SPKG_CONFIGURE([pari], [
67
67
AC_MSG_NOTICE ( [ Otherwise Sage will build its own pari/GP.] )
68
68
sage_spkg_install_pari=yes
69
69
fi
70
- AC_MSG_CHECKING ( [ whether rnfdisc bug of pari 2.13.1 is fixed] )
71
- bug_check=`echo "K = nfinit(y^4-10*y^2+1); disc = rnfdisc(K,x^2-(y^3/2+y^2-5*y/2+1)); idealnorm(K,disc)" | $GP -qf 2>> config.log`
72
- expected="2304"
73
- if test x"$bug_check" = x"$expected"; then
74
- AC_MSG_RESULT ( [ yes] )
75
- else
76
- AC_MSG_RESULT ( [ no; cannot use system pari/GP with known bug] )
77
- AC_MSG_NOTICE ( [ Upgrade your system package and reconfigure.] )
78
- AC_MSG_NOTICE ( [ Otherwise Sage will build its own pari/GP.] )
79
- sage_spkg_install_pari=yes
80
- fi
81
70
fi dnl end GP test
82
71
83
72
if test x$sage_spkg_install_pari = xno; then dnl main PARI test
You can’t perform that action at this time.
0 commit comments