From: Michael Orlitzky Date: Wed, 20 Sep 2023 21:37:50 +0000 (-0400) Subject: sage.sh: use system asttokens,executing,platformdirs X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=0a3cac11d99b7501ec18ae3b83a1132f9c9a9592 sage.sh: use system asttokens,executing,platformdirs --- diff --git a/sage.sh b/sage.sh index 3f45709..525fce4 100644 --- a/sage.sh +++ b/sage.sh @@ -31,6 +31,7 @@ sage-configure() { --disable-notebook \ --disable-r \ --with-system-arb=force \ + --with-system-asttokens=force \ --with-system-attrs=force \ --with-system-backcall=force \ --with-system-beniget=force \ @@ -51,6 +52,7 @@ sage-configure() { --with-system-ecl=force \ --with-system-eclib=force \ --with-system-entrypoints=force \ + --with-system-executing=force \ --with-system-fflas_ffpack=force \ --with-system-flint=force \ --with-system-flit_core=force \ @@ -112,6 +114,7 @@ sage-configure() { --with-system-pip=force \ --with-system-pkgconfig=force \ --with-system-planarity=force \ + --with-system-platformdirs=force \ --with-system-ply=force \ --with-system-pluggy=force \ --with-system-ppl=force \