From: Michael Orlitzky Date: Sat, 2 Sep 2023 00:31:18 +0000 (-0400) Subject: sage.sh: use system scipy,sympy X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=087ca8941943179c2cc2e318eadad92523aea384 sage.sh: use system scipy,sympy --- diff --git a/sage.sh b/sage.sh index 8605049..3f0ca20 100644 --- a/sage.sh +++ b/sage.sh @@ -98,11 +98,13 @@ sage-configure() { --with-system-qhull=force \ --with-system-readline=force \ --with-system-rw=force \ + --with-system-scipy=force \ --with-system-singular=force \ --with-system-sqlite=force \ --with-system-suitesparse=force \ --with-system-symmetrica=force \ --with-system-sympow=force \ + --with-system-sympy=force \ --with-system-tachyon=force \ --with-system-tox=force \ --with-system-xz=force \