From: Michael Orlitzky Date: Mon, 23 Oct 2023 13:20:32 +0000 (-0400) Subject: sage.sh: use system cython X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=f25c6eca864d1f2a9b069eeb5739c553da6f6d49 sage.sh: use system cython --- diff --git a/sage.sh b/sage.sh index 1cf1fae..881d708 100644 --- a/sage.sh +++ b/sage.sh @@ -48,6 +48,7 @@ sage-configure() { --with-system-cppy=force \ --with-system-curl=force \ --with-system-cycler=force \ + --with-system-cython=force \ --with-system-dateutil=force \ --with-system-debugpy=force \ --with-system-decorator=force \