From: Michael Orlitzky Date: Wed, 20 Sep 2023 21:45:33 +0000 (-0400) Subject: sage.sh: use system contourpy,pathspec,pure_eval X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=9b14b34f215b132af8cd1db10a5966ab09884472 sage.sh: use system contourpy,pathspec,pure_eval --- diff --git a/sage.sh b/sage.sh index 1e058b2..5c412cb 100644 --- a/sage.sh +++ b/sage.sh @@ -44,6 +44,7 @@ sage-configure() { --with-system-charset_normalizer=force \ --with-system-cliquer=force \ --with-system-cmake=force \ + --with-system-contourpy=force \ --with-system-curl=force \ --with-system-cycler=force \ --with-system-dateutil=force \ @@ -110,6 +111,7 @@ sage-configure() { --with-system-pari=force \ --with-system-parso=force \ --with-system-patch=force \ + --with-system-pathspec=force \ --with-system-perl_term_readline_gnu=force \ --with-system-pexpect=force \ --with-system-pickleshare=force \ @@ -123,6 +125,7 @@ sage-configure() { --with-system-ppl=force \ --with-system-primecount=force \ --with-system-primesieve=force \ + --with-system-pure_eval=force \ --with-system-pybind11=force \ --with-system-pygments=force \ --with-system-pyparsing=force \