From 3bea3115f5fb59edd4e0689579b258d031c2dcb1 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 2 Sep 2023 15:34:12 -0400 Subject: [PATCH] sage.sh: use system backcall,networkx,parso --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.43.2