update ML-PACE.cmake and lib/pace for v.2022.06.27

This commit is contained in:
Yury Lysogorskiy
2022-06-27 18:47:09 +02:00
parent 23959d4330
commit 80e1020648
4 changed files with 8 additions and 7 deletions

View File

@ -18,7 +18,7 @@ from install_helpers import fullpath, geturl, checkmd5sum
# settings
thisdir = fullpath('.')
version = 'v.2021.10.25.fix2'
version ='v.2022.06.27'
# known checksums for different PACE versions. used to validate the download.
checksums = { \
@ -27,7 +27,8 @@ checksums = { \
'v.2021.9.28': 'f98363bb98adc7295ea63974738c2a1b',
'v.2021.10.25': 'a2ac3315c41a1a4a5c912bcb1bc9c5cc',
'v.2021.10.25.fix': 'e0572de57039d4afedefb25707b6ceae',
'v.2021.10.25.fix2': '32394d799bc282bb57696c78c456e64f'
'v.2021.10.25.fix2': '32394d799bc282bb57696c78c456e64f',
'v.2022.06.27': '400f0a4b44c1ce64ae47796e6de4bba8'
}
parser = ArgumentParser(prog='Install.py',