From: Michael Orlitzky Date: Wed, 20 Sep 2023 21:41:21 +0000 (-0400) Subject: sage.sh: use system editables,fonttools,hatchling X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=5284bd212d05512abcb867b13beb46687f47f30d sage.sh: use system editables,fonttools,hatchling --- 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 \