From: Michael Orlitzky Date: Sat, 2 Sep 2023 03:05:03 +0000 (-0400) Subject: sage.sh: use system pyrsistent,tomli,wheel X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=29296bec8af4910a448e2ec31d0d9496fa1af51e sage.sh: use system pyrsistent,tomli,wheel --- 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 \