forked from lijiext/lammps
update build files for plumed 2.6.1 release
This commit is contained in:
parent
87dfdb8723
commit
90c13b1b14
|
@ -55,8 +55,8 @@ if(DOWNLOAD_PLUMED)
|
|||
endif()
|
||||
include(ExternalProject)
|
||||
ExternalProject_Add(plumed_build
|
||||
URL https://github.com/plumed/plumed2/releases/download/v2.6.0/plumed-src-2.6.0.tgz
|
||||
URL_MD5 204d2edae58d9b10ba3ad460cad64191
|
||||
URL https://github.com/plumed/plumed2/releases/download/v2.6.1/plumed-src-2.6.1.tgz
|
||||
URL_MD5 89a9a450fc6025299fe16af235957163
|
||||
BUILD_IN_SOURCE 1
|
||||
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=<INSTALL_DIR>
|
||||
${CONFIGURE_REQUEST_PIC}
|
||||
|
|
|
@ -17,7 +17,7 @@ parser = ArgumentParser(prog='Install.py',
|
|||
|
||||
# settings
|
||||
|
||||
version = "2.6.0"
|
||||
version = "2.6.1"
|
||||
mode = "static"
|
||||
|
||||
# help message
|
||||
|
@ -48,6 +48,7 @@ checksums = { \
|
|||
'2.5.3' : 'de30d6e7c2dcc0973298e24a6da24286', \
|
||||
'2.5.4' : 'f31b7d16a4be2e30aa7d5c19c3d37853', \
|
||||
'2.6.0' : '204d2edae58d9b10ba3ad460cad64191', \
|
||||
'2.6.1' : '89a9a450fc6025299fe16af235957163', \
|
||||
}
|
||||
|
||||
# parse and process arguments
|
||||
|
|
Loading…
Reference in New Issue