From: Michael Orlitzky Date: Sat, 2 Sep 2023 19:34:12 +0000 (-0400) Subject: sage.sh: use system backcall,networkx,parso X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=3bea3115f5fb59edd4e0689579b258d031c2dcb1 sage.sh: use system backcall,networkx,parso --- diff --git a/sage.sh b/sage.sh index d2c278f..66d7ffa 100644 --- 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 \