From c85b0c538814dcc1923de1338cd7f76a8e6b4d2b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 20 Sep 2023 17:55:19 -0400 Subject: [PATCH] sage.sh: use system cppy,gmpy2,typing_extensions --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.43.2