gromacs: added 5.1.4 and 2016.3 (#3758)

This commit is contained in:
Christoph Junghans 2017-04-07 09:59:14 -06:00 committed by Adam J. Stewart
parent 16fb872f84
commit f1943589b5

View File

@ -41,6 +41,8 @@ class Gromacs(CMakePackage):
homepage = 'http://www.gromacs.org'
url = 'http://ftp.gromacs.org/gromacs/gromacs-5.1.2.tar.gz'
version('2016.3', 'e9e3a41bd123b52fbcc6b32d09f8202b')
version('5.1.4', 'ba2e34d59b3982603b4935d650c08040')
version('5.1.2', '614d0be372f1a6f1f36382b7a6fcab98')
variant('mpi', default=True, description='Activate MPI support')