From 0a3cac11d99b7501ec18ae3b83a1132f9c9a9592 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 20 Sep 2023 17:37:50 -0400 Subject: [PATCH] sage.sh: use system asttokens,executing,platformdirs --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.43.2