From: Michael Orlitzky Date: Mon, 20 Jan 2025 02:31:29 +0000 (-0500) Subject: sage.sh: don't force mpmath for now X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=456a680e04a9147d4eb6fccc2d5e91945b0d4079;p=bash.d.git sage.sh: don't force mpmath for now The version in Sage has been deleted (too old) from Gentoo. --- 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 \