Skip to content

Commit

Permalink
build/pkgs/gap/spkg-configure.m4: accept >= gap-4.13.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
orlitzky committed Oct 12, 2024
1 parent 6199507 commit 9822499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/gap/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ SAGE_SPKG_CONFIGURE([gap], [
# Default to installing the SPKG, if the check is run at all.
sage_spkg_install_gap=yes
m4_pushdef([GAP_MINVER],["4.12.2"])
m4_pushdef([GAP_LTVER],["4.13.0"])
m4_pushdef([GAP_MINVER],["4.13.0"])
m4_pushdef([GAP_LTVER],["5.0.0"])
SAGE_SPKG_DEPCHECK([ncurses readline zlib], [
AC_PATH_PROG(GAP, gap)
Expand Down

0 comments on commit 9822499

Please sign in to comment.