From 5284bd212d05512abcb867b13beb46687f47f30d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 20 Sep 2023 17:41:21 -0400 Subject: [PATCH] sage.sh: use system editables,fonttools,hatchling --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sage.sh b/sage.sh index 525fce4..1e058b2 100644 --- a/sage.sh +++ b/sage.sh @@ -51,11 +51,13 @@ sage-configure() { --with-system-docutils=force \ --with-system-ecl=force \ --with-system-eclib=force \ + --with-system-editables=force \ --with-system-entrypoints=force \ --with-system-executing=force \ --with-system-fflas_ffpack=force \ --with-system-flint=force \ --with-system-flit_core=force \ + --with-system-fonttools=force \ --with-system-fplll=force \ --with-system-gast=force \ --with-system-gc=force \ @@ -68,6 +70,7 @@ sage-configure() { --with-system-git=force \ --with-system-givaro=force \ --with-system-gsl=force \ + --with-system-hatchling=force \ --with-system-iconv=force \ --with-system-idna=force \ --with-system-iml=force \ -- 2.43.2