Merge pull request #3278 from yury-lysogorskiy/feature/ml-pace-multispecies

ML_PACE package hybrid support and small updates
This commit is contained in:
Axel Kohlmeyer
2022-06-02 19:27:53 -04:00
committed by GitHub
6 changed files with 91 additions and 75 deletions

View File

@ -15,7 +15,7 @@ from install_helpers import fullpath, geturl, checkmd5sum
# settings
thisdir = fullpath('.')
version = 'v.2021.10.25.fix'
version = 'v.2021.10.25.fix2'
# known checksums for different PACE versions. used to validate the download.
checksums = { \
@ -23,7 +23,8 @@ checksums = { \
'v.2021.4.9' : '4db54962fbd6adcf8c18d46e1798ceb5',
'v.2021.9.28' : 'f98363bb98adc7295ea63974738c2a1b',
'v.2021.10.25' : 'a2ac3315c41a1a4a5c912bcb1bc9c5cc',
'v.2021.10.25.fix': 'e0572de57039d4afedefb25707b6ceae'
'v.2021.10.25.fix': 'e0572de57039d4afedefb25707b6ceae',
'v.2021.10.25.fix2': '32394d799bc282bb57696c78c456e64f'
}