Skip to content

Commit 9822499

Browse files
committed
build/pkgs/gap/spkg-configure.m4: accept >= gap-4.13.0
I've left the upper bound in there, but set to "5.0.0" which should have no real effect. But if 4.14.0 comes out and breaks somes tests, it's a lot easier to tweak the existing upper bound than it is to add one (again) and reindent everything.
1 parent 6199507 commit 9822499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/gap/spkg-configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ SAGE_SPKG_CONFIGURE([gap], [
22
# Default to installing the SPKG, if the check is run at all.
33
sage_spkg_install_gap=yes
44
5-
m4_pushdef([GAP_MINVER],["4.12.2"])
6-
m4_pushdef([GAP_LTVER],["4.13.0"])
5+
m4_pushdef([GAP_MINVER],["4.13.0"])
6+
m4_pushdef([GAP_LTVER],["5.0.0"])
77
88
SAGE_SPKG_DEPCHECK([ncurses readline zlib], [
99
AC_PATH_PROG(GAP, gap)

0 commit comments

Comments
 (0)