Unverified Commit 90c13b1b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update build files for plumed 2.6.1 release

parent 87dfdb87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}
+2 −1
Original line number Diff line number Diff line
@@ -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