From: Michael Orlitzky Date: Fri, 2 Jun 2023 02:23:53 +0000 (-0400) Subject: sage.sh: insist on using maxima from the system. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=4a4b6e52d96c2f58bbdbe9114b66fafcfe8bb6d0 sage.sh: insist on using maxima from the system. --- diff --git a/sage.sh b/sage.sh index a9ff1ff..dbfce92 100644 --- a/sage.sh +++ b/sage.sh @@ -67,6 +67,7 @@ sage-configure() { --with-system-lrcalc=force \ --with-system-m4ri=force \ --with-system-m4rie=force \ + --with-system-maxima=force \ --with-system-meson=force \ --with-system-mpfr=force \ --with-system-nauty=force \