From: Michael Orlitzky Date: Sat, 2 Sep 2023 03:28:28 +0000 (-0400) Subject: sage.sh: don't force system suitesparse X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=acb2ea842fe8cef1705ab967e2fdde7aa46e7e51 sage.sh: don't force system suitesparse 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. --- diff --git a/sage.sh b/sage.sh index 2ff25c6..6744a18 100644 --- 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 \