From ce24d530121dbbef565605adaa1a2c0c1136c5f8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 1 Sep 2023 22:22:23 -0400 Subject: [PATCH] sage.sh: use system packaging,pillow,pygments,requests --- sage.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- 2.43.2