From: Michael Orlitzky Date: Fri, 29 Sep 2023 02:50:53 +0000 (-0400) Subject: sage.sh: use patchelf,lrcalc_python from the system X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=87190e707c47055fc8d51df0c1b334b133e5d6ed sage.sh: use patchelf,lrcalc_python from the system --- 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 \