From c9e33973304766adf17dad6ea3a301f0572d1ca6 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 24 Dec 2021 08:02:41 -0500 Subject: [PATCH] sage.sh: force primesieve/primecount from the system. --- sage.sh | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.43.2