Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #31594: accept giac-1.7.x from the system.
Browse files Browse the repository at this point in the history
We modify the upper-bounds on giac in its spkg-configure.m4 to allow
1.7.x versions. At least v1.7.0.1 works out-of-the-box on the latest
sage development tree.
  • Loading branch information
orlitzky committed May 10, 2021
1 parent c27d4d6 commit fa49b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/giac/spkg-configure.m4
Expand Up @@ -2,7 +2,7 @@ SAGE_SPKG_CONFIGURE([giac], [
SAGE_SPKG_DEPCHECK([pari], [
dnl giac does not seem to reveal its patchlevel
m4_pushdef([GIAC_MIN_VERSION], [1.5.0])
m4_pushdef([GIAC_MAX_VERSION], [1.6.999])
m4_pushdef([GIAC_MAX_VERSION], [1.7.999])
AC_CACHE_CHECK([for giac >= ]GIAC_MIN_VERSION[, <= ]GIAC_MAX_VERSION, [ac_cv_path_GIAC], [
AC_PATH_PROGS_FEATURE_CHECK([GIAC], [giac], [
giac_version=$($ac_path_GIAC --version 2> /dev/null | tail -1)
Expand Down

0 comments on commit fa49b85

Please sign in to comment.