From: Michael Orlitzky Date: Sat, 2 Sep 2023 02:22:23 +0000 (-0400) Subject: sage.sh: use system packaging,pillow,pygments,requests X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=ce24d530121dbbef565605adaa1a2c0c1136c5f8 sage.sh: use system packaging,pillow,pygments,requests --- diff --git a/sage.sh b/sage.sh index 588cbf3..93c6304 100644 --- a/sage.sh +++ b/sage.sh @@ -80,21 +80,25 @@ sage-configure() { --with-system-ntl=force \ --with-system-numpy=force \ --with-system-openblas=force \ + --with-system-packaging=force \ --with-system-pari=force \ --with-system-patch=force \ --with-system-perl_term_readline_gnu=force \ --with-system-pexpect=force \ + --with-system-pillow=force \ --with-system-pkgconfig=force \ --with-system-planarity=force \ --with-system-pip=force \ --with-system-ppl=force \ --with-system-primecount=force \ --with-system-primesieve=force \ + --with-system-pygments=force \ --with-system-python3=force \ --with-system-pythran=force \ --with-system-pyzmq=force \ --with-system-qhull=force \ --with-system-readline=force \ + --with-system-requests=force \ --with-system-rw=force \ --with-system-scipy=force \ --with-system-singular=force \