Download and compile modified YAML-cpp 0.6.3 in namespace YAML_PACE

This commit is contained in:
Yury Lysogorskiy
2021-10-25 17:34:08 +02:00
parent 5e102e1bfe
commit 52d99700ec
2 changed files with 11 additions and 61 deletions

View File

@ -15,13 +15,14 @@ from install_helpers import fullpath, geturl, checkmd5sum
# settings
thisdir = fullpath('.')
version = 'v.2021.9.28'
version = 'v.2021.10.25.yaml_pace'
# known checksums for different PACE versions. used to validate the download.
checksums = { \
'v.2021.2.3.upd2' : '8fd1162724d349b930e474927197f20d',
'v.2021.4.9' : '4db54962fbd6adcf8c18d46e1798ceb5',
'v.2021.9.28' : 'f98363bb98adc7295ea63974738c2a1b',
'v.2021.10.25.yaml_pace' : '4c84c1cb1e2d8c690e3f797433ed2886'
}