add support for plumed version 2.7.0 and make it default
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user