From 11979c197d8dcc0996282bcaf9a888a7f7c484c5 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 9 Sep 2023 17:11:09 -0400 Subject: [PATCH] sage.sh: use system entrypoints,matplotlib_inline,nest_asyncio --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sage.sh b/sage.sh index 5553e12..3f45709 100644 --- a/sage.sh +++ b/sage.sh @@ -50,6 +50,7 @@ sage-configure() { --with-system-docutils=force \ --with-system-ecl=force \ --with-system-eclib=force \ + --with-system-entrypoints=force \ --with-system-fflas_ffpack=force \ --with-system-flint=force \ --with-system-flit_core=force \ @@ -87,11 +88,13 @@ sage-configure() { --with-system-m4rie=force \ --with-system-markupsafe=force \ --with-system-matplotlib=force \ + --with-system-matplotlib_inline=force \ --with-system-maxima=force \ --with-system-meson=force \ --with-system-mpfr=force \ --with-system-mpmath=force \ --with-system-nauty=force \ + --with-system-nest_asyncio=force \ --with-system-networkx=force \ --with-system-ncurses=force \ --with-system-ninja_build=force \ -- 2.43.2