]> gitweb.michael.orlitzky.com - bash.d.git/commitdiff
sage.sh: use system backcall,networkx,parso
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Sep 2023 19:34:12 +0000 (15:34 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Sep 2023 19:34:12 +0000 (15:34 -0400)
sage.sh

diff --git a/sage.sh b/sage.sh
index d2c278f36d03c3077838d166d75e5935552116fb..66d7ffac79db9649ad4d701ac3ea8a7fb8899b73 100644 (file)
--- a/sage.sh
+++ b/sage.sh
@@ -32,6 +32,7 @@ sage-configure() {
     --disable-r \
     --with-system-arb=force \
     --with-system-attrs=force \
+    --with-system-backcall=force \
     --with-system-beniget=force \
     --with-system-boost_cropped=force \
     --with-system-brial=force \
@@ -89,6 +90,7 @@ sage-configure() {
     --with-system-mpfr=force \
     --with-system-mpmath=force \
     --with-system-nauty=force \
+    --with-system-networkx=force \
     --with-system-ncurses=force \
     --with-system-ninja_build=force \
     --with-system-ntl=force \
@@ -96,6 +98,7 @@ sage-configure() {
     --with-system-openblas=force \
     --with-system-packaging=force \
     --with-system-pari=force \
+    --with-system-parso=force \
     --with-system-patch=force \
     --with-system-perl_term_readline_gnu=force \
     --with-system-pexpect=force \