From: Michael Orlitzky Date: Sat, 9 Oct 2021 11:20:09 +0000 (-0400) Subject: sage.sh: add --with-system-qhull=force (SageMath Trac #31161). X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=0827098910f25fe2ad28fd4f7ba07c882239f20d sage.sh: add --with-system-qhull=force (SageMath Trac #31161). --- diff --git a/sage.sh b/sage.sh index 64f72bd..b0eff94 100644 --- a/sage.sh +++ b/sage.sh @@ -72,6 +72,7 @@ sage-configure() { --with-system-planarity=force \ --with-system-ppl=force \ --with-system-python3=force \ + --with-system-qhull=force \ --with-system-readline=force \ --with-system-rw=force \ --with-system-sqlite=force \