add support for plumed version 2.7.0 and make it default

This commit is contained in:
Axel Kohlmeyer
2020-12-23 14:23:39 -05:00
parent 06d7e5ab02
commit 78a20a988e
2 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@ parser = ArgumentParser(prog='Install.py',
# settings
version = "2.6.1"
version = "2.7.0"
mode = "static"
# help message
@ -49,6 +49,7 @@ checksums = { \
'2.5.4' : 'f31b7d16a4be2e30aa7d5c19c3d37853', \
'2.6.0' : '204d2edae58d9b10ba3ad460cad64191', \
'2.6.1' : '89a9a450fc6025299fe16af235957163', \
'2.7.0' : '95f29dd0c067577f11972ff90dfc7d12', \
}
# parse and process arguments