From e234db81f6752056a5d1bfc3ac3541cf5429cc6c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 2 Sep 2023 15:51:51 -0400 Subject: [PATCH] sage.sh: use system cycler,decorator,six --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sage.sh b/sage.sh index 66d7ffa..f1464a9 100644 --- a/sage.sh +++ b/sage.sh @@ -44,7 +44,9 @@ sage-configure() { --with-system-cliquer=force \ --with-system-cmake=force \ --with-system-curl=force \ + --with-system-cycler=force \ --with-system-dateutil=force \ + --with-system-decorator=force \ --with-system-docutils=force \ --with-system-ecl=force \ --with-system-eclib=force \ @@ -125,6 +127,7 @@ sage-configure() { --with-system-scipy=force \ --with-system-setuptools_scm=force \ --with-system-singular=force \ + --with-system-six=force \ --with-system-sqlite=force \ --with-system-symmetrica=force \ --with-system-sympow=force \ -- 2.43.2