From: Michael Orlitzky Date: Sat, 2 Sep 2023 00:32:05 +0000 (-0400) Subject: sage.sh: drop system cython and gmpy2 for now X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=a9163fe03f4928f743dbd8e348d890ed3472325e sage.sh: drop system cython and gmpy2 for now They still need upstream spkg-configure.m4 files. --- diff --git a/sage.sh b/sage.sh index 3f0ca20..588cbf3 100644 --- a/sage.sh +++ b/sage.sh @@ -38,7 +38,6 @@ sage-configure() { --with-system-cliquer=force \ --with-system-cmake=force \ --with-system-curl=force \ - --with-system-cython=force \ --with-system-ecl=force \ --with-system-eclib=force \ --with-system-fflas_ffpack=force \ @@ -53,7 +52,6 @@ sage-configure() { --with-system-giac=force \ --with-system-git=force \ --with-system-givaro=force \ - --with-system-gmpy2=force \ --with-system-gsl=force \ --with-system-iconv=force \ --with-system-iml=force \