Skip to content

Commit

Permalink
Trac #34857: bump giac's GIAC_MIN_VERSION to 1.9
Browse files Browse the repository at this point in the history
some distro's e.g. Fedora 34, carry giac 1.7, which is too old

URL: https://trac.sagemath.org/34857
Reported by: dimpase
Ticket author(s): Matthias Koeppe
Reviewer(s): Dima Pasechnik
  • Loading branch information
Release Manager committed Jan 5, 2023
2 parents 6a8155e + d615eb2 commit b6a76d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/giac/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,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_MIN_VERSION], [1.9.0])
m4_pushdef([GIAC_MAX_VERSION], [1.9.999])
AC_CACHE_CHECK([for giac >= ]GIAC_MIN_VERSION[, <= ]GIAC_MAX_VERSION, [ac_cv_path_GIAC], [
AC_PATH_PROGS_FEATURE_CHECK([GIAC], [giac], [
Expand Down

0 comments on commit b6a76d7

Please sign in to comment.