Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
configure --disable-notebook: Fix up what packages are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 8, 2021
1 parent 82d8030 commit 3e92998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/matplotlib/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) numpy freetype pillow dateutil pyparsing tornado six cycler | $(PYTHON_TOOLCHAIN) pytz kiwisolver certifi
$(PYTHON) numpy freetype pillow dateutil pyparsing six cycler | $(PYTHON_TOOLCHAIN) pytz kiwisolver certifi

----------
All lines of this file are ignored except the first.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ AC_SUBST([SAGE_SPKG_OPTIONS])
AC_ARG_ENABLE([notebook],
AS_HELP_STRING([--disable-notebook],
[disable build of the Jupyter notebook and related packages]), [
for pkg in notebook nbconvert nbformat tornado terminado send2trash prometheus_client mistune traitlets pandocfilters bleach defusedxml jsonschema jupyter_jsmol; do
for pkg in notebook nbconvert sagenb_export nbformat terminado send2trash prometheus_client mistune pandocfilters bleach defusedxml jsonschema jupyter_jsmol; do
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
done
])
Expand Down

0 comments on commit 3e92998

Please sign in to comment.