upd version string in ML-PACE package

This commit is contained in:
Yury Lysogorskiy
2023-11-27 22:38:35 +01:00
parent d4fe21f34d
commit 99f0a7aa8e
2 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@ from install_helpers import fullpath, geturl, checkmd5sum, getfallback
# settings
thisdir = fullpath('.')
version ='v.2023.11.25'
version ='v.2023.11.25.fix'
# known checksums for different PACE versions. used to validate the download.
checksums = { \
'v.2023.11.25': 'fda61c88a6c6a335d5fc10a86a5aa710'
'v.2023.11.25.fix': 'b45de9a633f42ed65422567e3ce56f9f'
}
parser = ArgumentParser(prog='Install.py', description="LAMMPS library build wrapper script")