aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2019-04-02 22:43:29 +0100
committerRaul Infante-Sainz <infantesainz@gmail.com>2019-04-02 22:43:29 +0100
commitaa9de365ae7f85488e8e53acd642cf657de251a8 (patch)
treece6f68cf89a289e2e6d9cab3e0e1693a48c01d5c /configure
parentf0030ea8974b41ef4b26c3ce41c3294b224fb358 (diff)
Python packages are installed as high level program dependencies
Until this commit, the installation of all Python packages were done in a separate Makefile. With this commit, the pipeline install Python packages as part of the hight level software. All Python packages rules them remain in a separate Makefile, but this Makefile is included in the high level dependency `reproduce/src/make/dependencies.mk'.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure b/configure
index c8e2b63..9629999 100755
--- a/configure
+++ b/configure
@@ -718,23 +718,6 @@ 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
# -----------------------------------------