diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-05-24 16:55:00 +0100 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-05-24 16:55:00 +0100 |
commit | 01df9c86669b68d0d9c874664039189e2dae4534 (patch) | |
tree | 2775e1082d2fdea005f2bb8c017a9dfc22df1a6a /reproduce/software/config | |
parent | 268dfc0368fc21c8a4da695cf23e94c7cf2472c1 (diff) |
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.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/installation/versions.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |