From b3071258592ccdd105914190e5f91645f2ed2932 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 13 Nov 2023 15:11:21 -0500 Subject: [PATCH] sage.sh: use system ipython,ipywidgets,prompt_toolkit --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sage.sh b/sage.sh index e205b4e..c5cb345 100644 --- a/sage.sh +++ b/sage.sh @@ -93,6 +93,8 @@ sage-configure() { --with-system-idna=force \ --with-system-iml=force \ --with-system-importlib_metadata=force \ + --with-system-ipython=force \ + --with-system-ipywidgets=force \ --with-system-isl=force \ --with-system-jedi=force \ --with-system-jinja2=force \ @@ -148,6 +150,7 @@ sage-configure() { --with-system-primecount=force \ --with-system-primecountpy=force \ --with-system-primesieve=force \ + --with-system-prompt_toolkit=force \ --with-system-pure_eval=force \ --with-system-pybind11=force \ --with-system-pygments=force \ -- 2.43.2