aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make/dependencies-python.mk
AgeCommit message (Collapse)AuthorLines
2019-02-20Installed astroquery in the pipelineRaul Infante-Sainz-0/+294
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.