Skip to content

Commit

Permalink
Use unlimited virtual memory when running msolve tests (autotools)
Browse files Browse the repository at this point in the history
Most of the tests fail using the default 400000 kB.

Closes: Macaulay2#3428

[ci skip]
  • Loading branch information
d-torrance committed Aug 26, 2024
1 parent 4ddabeb commit ad4f54c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions M2/libraries/msolve/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ LICENSEFILES = README.md COPYING

PRECONFIGURE = ./autogen.sh

VLIMIT = unlimited

include ../Makefile.library
Makefile: @srcdir@/Makefile.in ; cd ../.. && ./config.status libraries/msolve/Makefile

0 comments on commit ad4f54c

Please sign in to comment.