From: Michael Orlitzky Date: Sat, 2 Sep 2023 18:43:39 +0000 (-0400) Subject: sage.sh: use system kiwisolver,pluggy,setuptools_scm X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=5259e8040fcfc3806fc6bc61ec8ba76760450515 sage.sh: use system kiwisolver,pluggy,setuptools_scm --- diff --git a/sage.sh b/sage.sh index 7454ee5..844e9c1 100644 --- a/sage.sh +++ b/sage.sh @@ -69,6 +69,7 @@ sage-configure() { --with-system-isl=force \ --with-system-jedi=force \ --with-system-jinja2=force \ + --with-system-kiwisolver=force \ --with-system-lcalc=force \ --with-system-libatomic_ops=force \ --with-system-libbraiding=force \ @@ -103,6 +104,7 @@ sage-configure() { --with-system-pkgconfig=force \ --with-system-planarity=force \ --with-system-ply=force \ + --with-system-pluggy=force \ --with-system-ppl=force \ --with-system-primecount=force \ --with-system-primesieve=force \ @@ -118,6 +120,7 @@ sage-configure() { --with-system-requests=force \ --with-system-rw=force \ --with-system-scipy=force \ + --with-system-setuptools_scm=force \ --with-system-singular=force \ --with-system-sqlite=force \ --with-system-symmetrica=force \