From 5259e8040fcfc3806fc6bc61ec8ba76760450515 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 2 Sep 2023 14:43:39 -0400 Subject: [PATCH] sage.sh: use system kiwisolver,pluggy,setuptools_scm --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.43.2