From 9f203473759753eac8decfb6f579f9b62af5cc1c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 15 Oct 2022 15:10:01 -0400 Subject: [PATCH] update PACE library for conventional build --- lib/pace/Install.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/pace/Install.py b/lib/pace/Install.py index c48888f159..9f132a9580 100644 --- a/lib/pace/Install.py +++ b/lib/pace/Install.py @@ -18,15 +18,14 @@ from install_helpers import fullpath, geturl, checkmd5sum # settings thisdir = fullpath('.') -version ='v.2022.09.27.fix10Oct' +version ='v.2022.10.15' # known checksums for different PACE versions. used to validate the download. checksums = { \ - 'v.2022.09.27.fix10Oct': '766cebcc0e5c4b8430c2f3cd202d9905' + 'v.2022.10.15': '848ad6a6cc79fa82745927001fb1c9b5' } -parser = ArgumentParser(prog='Install.py', - description="LAMMPS library build wrapper script") +parser = ArgumentParser(prog='Install.py', description="LAMMPS library build wrapper script") # help message