From aa9de365ae7f85488e8e53acd642cf657de251a8 Mon Sep 17 00:00:00 2001
From: Raul Infante-Sainz <infantesainz@gmail.com>
Date: Tue, 2 Apr 2019 22:43:29 +0100
Subject: 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'.
---
 configure | 17 -----------------
 1 file changed, 17 deletions(-)

(limited to 'configure')

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
 # -----------------------------------------
-- 
cgit v1.2.1