aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2019-02-18 16:07:39 +0000
committerRaul Infante-Sainz <infantesainz@gmail.com>2019-02-20 22:03:49 +0000
commit9521434ad2e02904251522b0a4e0194e3d38a1b8 (patch)
treec42d01161ed4f9342fe377c3fb129ab4813cf629 /configure
parent41b458f8f31bbb5b74f96c5647beae28c49dedaf (diff)
Installed astroquery in the pipeline
All dependencies for building astroquery package have been done. Until nowthe Python dependencies were built in the same Makefile as the high level libraries and programs. But, because astroquery has many dependencies we split the Python and Python packages installation in a new Makefile. The installation of differents packages are done using Python and not pip, because we found some problems when doing it with pip. Apparently there are some interferences between the packages installed by the pip of the system and the pip installed as part of Python in the pipeline.
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
# -----------------------------------------
#