lammps: add v20180316 (#7725)

* lammps: add v20180316

* add latte@1.1.1 and make lammps use it
This commit is contained in:
Christoph Junghans
2018-04-10 19:21:35 -06:00
committed by Adam J. Stewart
parent dbb7f8e13a
commit 45ddfe83ef
2 changed files with 5 additions and 2 deletions

View File

@@ -32,8 +32,9 @@ class Latte(CMakePackage):
homepage = "https://github.com/lanl/latte"
url = "https://github.com/lanl/latte/tarball/v1.0"
version('develop', git='https://github.com/lanl/latte', branch='master')
version('1.1.1', 'ab11867ba6235189681cf6e50a50cc50')
version('1.0.1', 'd0b99edbcf7a19abe0a68a192d6f6234')
version('develop', git='https://github.com/lanl/latte', branch='master')
variant('mpi', default=True,
description='Build with mpi')