]> gitweb.michael.orlitzky.com - bash.d.git/commitdiff
sage.sh: don't force system suitesparse
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Sep 2023 03:28:28 +0000 (23:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Sep 2023 03:28:28 +0000 (23:28 -0400)
SuiteSparse is needed only by cvxopt, and we --disable-cvxopt. Sage
still runs its spkg-configure.m4 check, however, and the "force"
will cause an error even for packages that are disabled.

sage.sh

diff --git a/sage.sh b/sage.sh
index 2ff25c660de887ba70c26cb553e73fa051658fe5..6744a185fa0fad7bc43bcf1e4d6ebe3e12774971 100644 (file)
--- a/sage.sh
+++ b/sage.sh
@@ -107,7 +107,6 @@ sage-configure() {
     --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 \