Skip to content

Commit d615eb2

Browse files
author
Matthias Koeppe
committed
build/pkgs/giac/spkg-configure.m4: Require giac >= 1.9.0
1 parent bb7ee85 commit d615eb2

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)