BUGFIX: update ML_PACE library version (that fix compilation issue with nvcc)

extra update doc/src/pair_pace.rst
This commit is contained in:
Yury Lysogorskiy
2023-01-31 21:08:32 +01:00
parent 4cb29ce413
commit 83b578f604
3 changed files with 5 additions and 5 deletions

View File

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