plumed: add v2.9.1 (#46022)

This commit is contained in:
Kacper Kornet 2024-08-30 14:29:49 +01:00 committed by GitHub
parent bf1f4e15ee
commit f88ca8cc1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -253,15 +253,15 @@ class Gromacs(CMakePackage, CudaPackage):
# see https://github.com/spack/spack/releases/tag/v0.20.0
plumed_patches = {
"=2023": "2.9.0",
"2022.5": "2.8.2:2.9.0",
"=2023": "2.9.1",
"2022.5": "2.8.2:2.9.1",
"2022.3": "2.8.1",
"2021.7": "2.8.2:2.9.0",
"2021.7": "2.8.2:2.9.1",
"2021.6": "2.8.1",
"2021.5": "2.7.5:2.7.6",
"2021.4": "2.7.3:2.8.0",
"=2021": "2.7.1:2.7.2",
"2020.7": "2.8.1:2.9.0",
"2020.7": "2.8.1:2.9.1",
"2020.6": "2.7.2:2.8.0",
"2020.5": "2.7.1",
"2020.4": "2.6.2:2.7.0",

View File

@ -32,6 +32,7 @@ class Plumed(AutotoolsPackage):
version("master", branch="master")
version("2.9.1", sha256="e24563ad1eb657611918e0c978d9c5212340f128b4f1aa5efbd439a0b2e91b58")
version("2.9.0", sha256="612d2387416b5f82dd8545709921440370e144fd46cef633654cf0ee43bac5f8")
version("2.8.3", sha256="e98da486e252cdf290b0b5b2f3f021409ea0d2d775ab609a6ad68fc1ab143a3b")