From: Michael Orlitzky Date: Sat, 2 Sep 2023 00:30:55 +0000 (-0400) Subject: sage.sh: use system importlib_metadata,pexpect,pkgconfig,pythran,pyzmq X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=749e2759d7e686ecf0518523f697dcfa33c7c870 sage.sh: use system importlib_metadata,pexpect,pkgconfig,pythran,pyzmq --- diff --git a/sage.sh b/sage.sh index 51f5712..8605049 100644 --- a/sage.sh +++ b/sage.sh @@ -57,6 +57,7 @@ sage-configure() { --with-system-gsl=force \ --with-system-iconv=force \ --with-system-iml=force \ + --with-system-importlib_metadata=force \ --with-system-isl=force \ --with-system-lcalc=force \ --with-system-libatomic_ops=force \ @@ -84,12 +85,16 @@ sage-configure() { --with-system-pari=force \ --with-system-patch=force \ --with-system-perl_term_readline_gnu=force \ + --with-system-pexpect=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-python3=force \ + --with-system-pythran=force \ + --with-system-pyzmq=force \ --with-system-qhull=force \ --with-system-readline=force \ --with-system-rw=force \