From 87190e707c47055fc8d51df0c1b334b133e5d6ed Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 28 Sep 2023 22:50:53 -0400 Subject: [PATCH] sage.sh: use patchelf,lrcalc_python from the system --- sage.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sage.sh b/sage.sh index 23f42d3..7107338 100644 --- a/sage.sh +++ b/sage.sh @@ -92,6 +92,7 @@ sage-configure() { --with-system-libpng=force \ --with-system-linbox=force \ --with-system-lrcalc=force \ + --with-system-lrcalc_python=force \ --with-system-m4ri=force \ --with-system-m4rie=force \ --with-system-markupsafe=force \ @@ -114,6 +115,7 @@ sage-configure() { --with-system-pari=force \ --with-system-parso=force \ --with-system-patch=force \ + --with-system-patchelf=force \ --with-system-pathspec=force \ --with-system-perl_term_readline_gnu=force \ --with-system-pexpect=force \ -- 2.43.2