]> gitweb.michael.orlitzky.com - bash.d.git/commit
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)
commitacb2ea842fe8cef1705ab967e2fdde7aa46e7e51
tree79fda7dd42a5fb23a3a865bed9b94fd974788abc
parent29296bec8af4910a448e2ec31d0d9496fa1af51e
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