From: Michael Orlitzky Date: Sat, 2 Sep 2023 03:04:35 +0000 (-0400) Subject: sage.sh: use system beniget,flit_core,gast X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=c5dc016cd171999d2cea374efcf476bac57d55a9 sage.sh: use system beniget,flit_core,gast --- diff --git a/sage.sh b/sage.sh index 93c6304..82878f0 100644 --- a/sage.sh +++ b/sage.sh @@ -31,6 +31,7 @@ sage-configure() { --disable-notebook \ --disable-r \ --with-system-arb=force \ + --with-system-beniget=force \ --with-system-boost_cropped=force \ --with-system-brial=force \ --with-system-bzip2=force \ @@ -42,7 +43,9 @@ sage-configure() { --with-system-eclib=force \ --with-system-fflas_ffpack=force \ --with-system-flint=force \ + --with-system-flit_core=force \ --with-system-fplll=force \ + --with-system-gast=force \ --with-system-gc=force \ --with-system-gcc=force \ --with-system-gengetopt=force \