From: Michael Orlitzky Date: Fri, 24 Dec 2021 13:02:41 +0000 (-0500) Subject: sage.sh: force primesieve/primecount from the system. X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=c9e33973304766adf17dad6ea3a301f0572d1ca6 sage.sh: force primesieve/primecount from the system. --- diff --git a/sage.sh b/sage.sh index 4a517d9..c167d51 100644 --- a/sage.sh +++ b/sage.sh @@ -71,6 +71,8 @@ sage-configure() { --with-system-perl_term_readline_gnu=force \ --with-system-planarity=force \ --with-system-ppl=force \ + --with-system-primecount=force \ + --with-system-primesieve=force \ --with-system-python3=force \ --with-system-qhull=force \ --with-system-readline=force \