From 98b9002c3ab098f571ac4f28cad2acc7d3d0b661 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 2 Sep 2023 14:27:05 -0400 Subject: [PATCH] sage.sh: use system charset_normalizer,markupsafe,pybind11 --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.43.2