From 29296bec8af4910a448e2ec31d0d9496fa1af51e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 1 Sep 2023 23:05:03 -0400 Subject: [PATCH] sage.sh: use system pyrsistent,tomli,wheel --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sage.sh b/sage.sh index 82878f0..2ff25c6 100644 --- a/sage.sh +++ b/sage.sh @@ -97,6 +97,7 @@ sage-configure() { --with-system-primesieve=force \ --with-system-pygments=force \ --with-system-python3=force \ + --with-system-pyrsistent=force \ --with-system-pythran=force \ --with-system-pyzmq=force \ --with-system-qhull=force \ @@ -111,7 +112,9 @@ sage-configure() { --with-system-sympow=force \ --with-system-sympy=force \ --with-system-tachyon=force \ + --with-system-tomli=force \ --with-system-tox=force \ + --with-system-wheel=force \ --with-system-xz=force \ --with-system-zeromq=force \ --with-system-zlib=force \ -- 2.43.2