From: Michael Orlitzky Date: Sat, 2 Sep 2023 18:27:05 +0000 (-0400) Subject: sage.sh: use system charset_normalizer,markupsafe,pybind11 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=98b9002c3ab098f571ac4f28cad2acc7d3d0b661 sage.sh: use system charset_normalizer,markupsafe,pybind11 --- diff --git a/sage.sh b/sage.sh index 68694e1..7454ee5 100644 --- a/sage.sh +++ b/sage.sh @@ -39,6 +39,7 @@ sage-configure() { --with-system-cddlib=force \ --with-system-certifi=force \ --with-system-cffi=force \ + --with-system-charset_normalizer=force \ --with-system-cliquer=force \ --with-system-cmake=force \ --with-system-curl=force \ @@ -80,6 +81,7 @@ sage-configure() { --with-system-lrcalc=force \ --with-system-m4ri=force \ --with-system-m4rie=force \ + --with-system-markupsafe=force \ --with-system-matplotlib=force \ --with-system-maxima=force \ --with-system-meson=force \ @@ -104,6 +106,7 @@ sage-configure() { --with-system-ppl=force \ --with-system-primecount=force \ --with-system-primesieve=force \ + --with-system-pybind11=force \ --with-system-pygments=force \ --with-system-pyparsing=force \ --with-system-python3=force \