aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 18 insertions, 0 deletions
diff --git a/configure b/configure
index 268ee4c..c8e2b63 100755
--- a/configure
+++ b/configure
@@ -718,6 +718,24 @@ numthreads=$($instdir/bin/nproc)
+# Python dependencies
+# -------------------
+#
+# Python has its own installation program. To help in managing the
+# dependencies we make the installation of packages as a separate
+# Makefile.
+./.local/bin/make -f reproduce/src/make/dependencies-python.mk \
+ rpath_command=$rpath_command \
+ static_build=$static_build \
+ on_mac_os=$on_mac_os \
+ numthreads=$numthreads \
+ -j$numthreads
+
+
+
+
+
+
# Make sure TeX Live installed successfully
# -----------------------------------------
#