diff options
author | Christoph Junghans <christoph.junghans@gmail.com> | 2018-11-13 09:02:59 -0700 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-11-13 10:02:59 -0600 |
commit | 78c7a8218c1d6269c0730ef99036d6b5e2f7ce83 (patch) | |
tree | 185572cf495e19d5ef4364eac4ab738bd0727410 | |
parent | f1e5f8e37be906276ded9dc1b20a6833e14d6806 (diff) | |
download | spack-78c7a8218c1d6269c0730ef99036d6b5e2f7ce83.tar.gz spack-78c7a8218c1d6269c0730ef99036d6b5e2f7ce83.tar.bz2 spack-78c7a8218c1d6269c0730ef99036d6b5e2f7ce83.tar.xz spack-78c7a8218c1d6269c0730ef99036d6b5e2f7ce83.zip |
gromacs: added 2018.[34] (#9828)
-rw-r--r-- | var/spack/repos/builtin/packages/gromacs/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gromacs/package.py b/var/spack/repos/builtin/packages/gromacs/package.py index f51aa9d7d7..cb75635390 100644 --- a/var/spack/repos/builtin/packages/gromacs/package.py +++ b/var/spack/repos/builtin/packages/gromacs/package.py @@ -24,6 +24,8 @@ class Gromacs(CMakePackage): git = 'https://github.com/gromacs/gromacs.git' version('develop', branch='master') + version('2018.4', sha256='6f2ee458c730994a8549d6b4f601ecfc9432731462f8bd4ffa35d330d9aaa891') + version('2018.3', sha256='4423a49224972969c52af7b1f151579cea6ab52148d8d7cbae28c183520aa291') version('2018.2', '7087462bb08393aec4ce3192fa4cd8df') version('2018.1', '7ee393fa3c6b7ae351d47eae2adf980e') version('2018', '6467ffb1575b8271548a13abfba6374c') |