X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=sage.sh;h=77e7e6a9224edaf8d474ad0d1ba38bde3da63f3a;hb=60cb2aa020387bf4d698f87dfd1c0cc62f7cab09;hp=4b87db06e87fa134a1c4aebe9ddb7e94b49da117;hpb=59e316944e6ef56174f1b65f8996580770669914;p=bash.d.git diff --git a/sage.sh b/sage.sh index 4b87db0..77e7e6a 100644 --- a/sage.sh +++ b/sage.sh @@ -14,18 +14,20 @@ export SAGE_DEBUG=no # * --enable-download-from-upstream-url: needed when adding new SPKGs # * --disable-r: I don't really use R # * --disable-cvxopt: I don't really use cvxopt +# * --disable-notebook: self-explanatory +# * --disable-doc: when I'm building sage just to use it, I don't want +# to double the build time to get the HTML docs. +# Override with "sage-configure --enable-doc". # * --with-system-foo=force: ensure that the system packages I have # installed are actually used. # -# TODO: --with-system-gengetopt=force -# --with-system-lcalc=force -# sage-configure() { ./configure \ --enable-download-from-upstream-url \ - --disable-r \ --disable-cvxopt \ + --disable-doc \ --disable-notebook \ + --disable-r \ --with-system-arb=force \ --with-system-boost_cropped=force \ --with-system-brial=force \ @@ -41,6 +43,7 @@ sage-configure() { --with-system-fplll=force \ --with-system-gc=force \ --with-system-gcc=force \ + --with-system-gengetopt=force \ --with-system-gf2x=force \ --with-system-gfan=force \ --with-system-gfortran=force \ @@ -51,6 +54,7 @@ sage-configure() { --with-system-iconv=force \ --with-system-iml=force \ --with-system-isl=force \ + --with-system-lcalc=force \ --with-system-libatomic_ops=force \ --with-system-libbraiding=force \ --with-system-libffi=force \ @@ -58,6 +62,7 @@ sage-configure() { --with-system-libhomfly=force \ --with-system-libnauty=force \ --with-system-libpng=force \ + --with-system-linbox=force \ --with-system-lrcalc=force \ --with-system-m4ri=force \ --with-system-m4rie=force \ @@ -72,17 +77,19 @@ sage-configure() { --with-system-perl_term_readline_gnu=force \ --with-system-planarity=force \ --with-system-ppl=force \ + --with-system-primecount=force \ + --with-system-primesieve=force \ --with-system-python3=force \ --with-system-qhull=force \ --with-system-readline=force \ --with-system-rw=force \ + --with-system-singular=force \ --with-system-sqlite=force \ --with-system-suitesparse=force \ --with-system-symmetrica=force \ --with-system-sympow=force \ --with-system-tachyon=force \ --with-system-tox=force \ - --with-system-yasm=force \ --with-system-xz=force \ --with-system-zeromq=force \ --with-system-zlib=force \