From 456a680e04a9147d4eb6fccc2d5e91945b0d4079 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 19 Jan 2025 21:31:29 -0500 Subject: [PATCH] sage.sh: don't force mpmath for now The version in Sage has been deleted (too old) from Gentoo. --- sage.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sage.sh b/sage.sh index 86f686d..a8aaf7e 100644 --- a/sage.sh +++ b/sage.sh @@ -21,6 +21,10 @@ export SAGE_DEBUG=no # * --with-system-foo=force: ensure that the system packages I have # installed are actually used. # +# TODO: add this back after Sage supports mpmath-1.4.x: +# +# --with-system-mpmath=force \ +# sage-configure() { ./configure \ --enable-download-from-upstream-url \ @@ -109,7 +113,6 @@ sage-configure() { --with-system-meson=force \ --with-system-meson_python=force \ --with-system-mpfr=force \ - --with-system-mpmath=force \ --with-system-nauty=force \ --with-system-nest_asyncio=force \ --with-system-networkx=force \ -- 2.49.0