From 749e2759d7e686ecf0518523f697dcfa33c7c870 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 1 Sep 2023 20:30:55 -0400 Subject: [PATCH] sage.sh: use system importlib_metadata,pexpect,pkgconfig,pythran,pyzmq --- sage.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- 2.43.2