From: Michael Orlitzky Date: Fri, 1 Sep 2023 23:38:38 +0000 (-0400) Subject: sage.sh: force system packages cython,gmpy2,matplotlib,mpmath,numpy,pip X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=859c130ae5fedc1985d1008c75bea718e7af84c7 sage.sh: force system packages cython,gmpy2,matplotlib,mpmath,numpy,pip --- diff --git a/sage.sh b/sage.sh index 2d39d5f..51f5712 100644 --- a/sage.sh +++ b/sage.sh @@ -38,6 +38,7 @@ 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 \ @@ -52,6 +53,7 @@ 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 \ @@ -68,18 +70,22 @@ sage-configure() { --with-system-lrcalc=force \ --with-system-m4ri=force \ --with-system-m4rie=force \ + --with-system-matplotlib=force \ --with-system-maxima=force \ --with-system-meson=force \ --with-system-mpfr=force \ + --with-system-mpmath=force \ --with-system-nauty=force \ --with-system-ncurses=force \ --with-system-ninja_build=force \ --with-system-ntl=force \ + --with-system-numpy=force \ --with-system-openblas=force \ --with-system-pari=force \ --with-system-patch=force \ --with-system-perl_term_readline_gnu=force \ --with-system-planarity=force \ + --with-system-pip=force \ --with-system-ppl=force \ --with-system-primecount=force \ --with-system-primesieve=force \