From 01df9c86669b68d0d9c874664039189e2dae4534 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Fri, 24 May 2019 16:55:00 +0100 Subject: Added LibYAML library into the project With this commit, LibYAML library has been added. This library is a prerequisite of the Python package PyYAML, which is widely used in the Python community when configuration scripts are needed. --- reproduce/software/config/installation/versions.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'reproduce/software/config') diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index 510e50d..9f74b27 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -96,6 +96,7 @@ scamp-version = 2.6.7 sextractor-version = 2.25.0 swarp-version = 2.38.0 swig-version = 3.0.12 +yaml-version = 0.2.2 -- cgit v1.2.1