From: Michael Orlitzky Date: Wed, 20 Sep 2023 21:55:19 +0000 (-0400) Subject: sage.sh: use system cppy,gmpy2,typing_extensions X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=c85b0c538814dcc1923de1338cd7f76a8e6b4d2b sage.sh: use system cppy,gmpy2,typing_extensions --- diff --git a/sage.sh b/sage.sh index 783479d..23f42d3 100644 --- a/sage.sh +++ b/sage.sh @@ -45,6 +45,7 @@ sage-configure() { --with-system-cliquer=force \ --with-system-cmake=force \ --with-system-contourpy=force \ + --with-system-cppy=force \ --with-system-curl=force \ --with-system-cycler=force \ --with-system-dateutil=force \ @@ -70,6 +71,7 @@ sage-configure() { --with-system-giac=force \ --with-system-git=force \ --with-system-givaro=force \ + --with-system-gmpy2=force \ --with-system-gsl=force \ --with-system-hatchling=force \ --with-system-iconv=force \ @@ -153,6 +155,7 @@ sage-configure() { --with-system-tornado=force \ --with-system-tox=force \ --with-system-traitlets=force \ + --with-system-typing_extensions=force \ --with-system-urllib3=force \ --with-system-wcwidth=force \ --with-system-wheel=force \