From acb2ea842fe8cef1705ab967e2fdde7aa46e7e51 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 1 Sep 2023 23:28:28 -0400 Subject: [PATCH] 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. --- sage.sh | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.43.2