lammps: add version 20180222 (#7408)

This commit is contained in:
Christoph Junghans 2018-03-06 22:32:06 -07:00 committed by Massimiliano Culpo
parent f5467957bc
commit 95b2738549

View file

@ -36,6 +36,7 @@ class Lammps(CMakePackage):
homepage = "http://lammps.sandia.gov/" homepage = "http://lammps.sandia.gov/"
url = "https://github.com/lammps/lammps/archive/patch_1Sep2017.tar.gz" url = "https://github.com/lammps/lammps/archive/patch_1Sep2017.tar.gz"
version('20180222', '4d0513e3183bd57721814d217fdaf957')
version('20170922', '4306071f919ec7e759bda195c26cfd9a') version('20170922', '4306071f919ec7e759bda195c26cfd9a')
version('20170901', '767e7f07289663f033474dfe974974e7') version('20170901', '767e7f07289663f033474dfe974974e7')
version('develop', git='https://github.com/lammps/lammps', branch='master') version('develop', git='https://github.com/lammps/lammps', branch='master')