From: Michael Orlitzky Date: Mon, 30 Oct 2023 21:16:13 +0000 (-0400) Subject: sage.sh: use system cypari2,cysignals,fpylll X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=bd9400a7ac5b4752e90edf0a887e477b45dffe37 sage.sh: use system cypari2,cysignals,fpylll --- diff --git a/sage.sh b/sage.sh index 881d708..41e591a 100644 --- a/sage.sh +++ b/sage.sh @@ -48,6 +48,8 @@ sage-configure() { --with-system-cppy=force \ --with-system-curl=force \ --with-system-cycler=force \ + --with-system-cypari2=force \ + --with-system-cysignals=force \ --with-system-cython=force \ --with-system-dateutil=force \ --with-system-debugpy=force \ @@ -63,6 +65,7 @@ sage-configure() { --with-system-flit_core=force \ --with-system-fonttools=force \ --with-system-fplll=force \ + --with-system-fpylll=force \ --with-system-gast=force \ --with-system-gc=force \ --with-system-gcc=force \