X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=sage.sh;h=2d39d5f5d1efda0deec821391d8a1c64c0466aab;hb=14d7dea1019cddff9a2a32e17c5f866760fe6568;hp=77e7e6a9224edaf8d474ad0d1ba38bde3da63f3a;hpb=60cb2aa020387bf4d698f87dfd1c0cc62f7cab09;p=bash.d.git diff --git a/sage.sh b/sage.sh index 77e7e6a..2d39d5f 100644 --- a/sage.sh +++ b/sage.sh @@ -24,6 +24,8 @@ export SAGE_DEBUG=no sage-configure() { ./configure \ --enable-download-from-upstream-url \ + --enable-system-site-packages \ + --disable-editable \ --disable-cvxopt \ --disable-doc \ --disable-notebook \ @@ -66,6 +68,8 @@ sage-configure() { --with-system-lrcalc=force \ --with-system-m4ri=force \ --with-system-m4rie=force \ + --with-system-maxima=force \ + --with-system-meson=force \ --with-system-mpfr=force \ --with-system-nauty=force \ --with-system-ncurses=force \