Skip to content

Commit b6a76d7

Browse files
author
Release Manager
committed
Trac #34857: bump giac's GIAC_MIN_VERSION to 1.9
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
2 parents 6a8155e + d615eb2 commit b6a76d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/giac/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SAGE_SPKG_CONFIGURE([giac], [
22
SAGE_SPKG_DEPCHECK([pari], [
33
dnl giac does not seem to reveal its patchlevel
4-
m4_pushdef([GIAC_MIN_VERSION], [1.5.0])
4+
m4_pushdef([GIAC_MIN_VERSION], [1.9.0])
55
m4_pushdef([GIAC_MAX_VERSION], [1.9.999])
66
AC_CACHE_CHECK([for giac >= ]GIAC_MIN_VERSION[, <= ]GIAC_MAX_VERSION, [ac_cv_path_GIAC], [
77
AC_PATH_PROGS_FEATURE_CHECK([GIAC], [giac], [

0 commit comments

Comments
 (0)