From: Michael Orlitzky Date: Sat, 9 Sep 2023 21:11:09 +0000 (-0400) Subject: sage.sh: use system entrypoints,matplotlib_inline,nest_asyncio X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=11979c197d8dcc0996282bcaf9a888a7f7c484c5 sage.sh: use system entrypoints,matplotlib_inline,nest_asyncio --- 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 \