From c1fad98898546bd38673d1c364cb54decce7d9fd Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 30 Oct 2023 17:16:56 -0400 Subject: [PATCH] sage.sh: use system memory_allocator,pplpy,primecountpy --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sage.sh b/sage.sh index 41e591a..c6c0169 100644 --- a/sage.sh +++ b/sage.sh @@ -104,6 +104,7 @@ sage-configure() { --with-system-matplotlib=force \ --with-system-matplotlib_inline=force \ --with-system-maxima=force \ + --with-system-memory_allocator=force \ --with-system-meson=force \ --with-system-meson_python=force \ --with-system-mpfr=force \ @@ -133,7 +134,9 @@ sage-configure() { --with-system-ply=force \ --with-system-pluggy=force \ --with-system-ppl=force \ + --with-system-pplpy=force \ --with-system-primecount=force \ + --with-system-primecountpy=force \ --with-system-primesieve=force \ --with-system-pure_eval=force \ --with-system-pybind11=force \ -- 2.43.2