From f8f21c217fda4913c7108122ce16b3aca36411b7 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 21 Oct 2024 13:44:34 -0400 Subject: [PATCH] sage.sh: always use the system glpk and suitesparse --- sage.sh | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.44.2