# * --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.
#
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 \