]> gitweb.michael.orlitzky.com - bash.d.git/blobdiff - sage.sh
sage.sh: force system packages cython,gmpy2,matplotlib,mpmath,numpy,pip
[bash.d.git] / sage.sh
diff --git a/sage.sh b/sage.sh
index a9ff1ff90fbb285abfc47728bb01b10cd8ee9cd6..51f571223c2d5f840577c38c6aaff8378e9aa717 100644 (file)
--- a/sage.sh
+++ b/sage.sh
@@ -24,6 +24,7 @@ export SAGE_DEBUG=no
 sage-configure() {
   ./configure \
     --enable-download-from-upstream-url \
+    --enable-system-site-packages \
     --disable-editable \
     --disable-cvxopt \
     --disable-doc \
@@ -37,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 \
@@ -51,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 \
@@ -67,17 +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 \