From: Michael Orlitzky Date: Sat, 2 Dec 2023 12:49:35 +0000 (-0500) Subject: sage.sh: use conway_polynomials from the system X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=18a2c71e7353821b0e96cb72d6cac12393b7ee1b sage.sh: use conway_polynomials from the system --- diff --git a/sage.sh b/sage.sh index 7ebc702..b93f895 100644 --- a/sage.sh +++ b/sage.sh @@ -60,6 +60,7 @@ sage-configure() { --with-system-cliquer=force \ --with-system-cmake=force \ --with-system-contourpy=force \ + --with-system-conway_polynomials=force \ --with-system-cppy=force \ --with-system-curl=force \ --with-system-cycler=force \