From: Michael Orlitzky Date: Mon, 21 Oct 2024 17:44:34 +0000 (-0400) Subject: sage.sh: always use the system glpk and suitesparse X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=f8f21c217fda4913c7108122ce16b3aca36411b7;p=bash.d.git sage.sh: always use the system glpk and suitesparse --- diff --git a/sage.sh b/sage.sh index 6a80713..0d980b9 100644 --- a/sage.sh +++ b/sage.sh @@ -77,6 +77,7 @@ sage-configure() { --with-system-giac=force \ --with-system-git=force \ --with-system-givaro=force \ + --with-system-glpk=force \ --with-system-gmpy2=force \ --with-system-gsl=force \ --with-system-hatchling=force \ @@ -166,6 +167,7 @@ sage-configure() { --with-system-six=force \ --with-system-sqlite=force \ --with-system-stack_data=force \ + --with-system-suitesparse=force \ --with-system-symmetrica=force \ --with-system-sympow=force \ --with-system-sympy=force \