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

@ -36,6 +36,7 @@ class Lammps(CMakePackage):
homepage = "http://lammps.sandia.gov/"
url = "https://github.com/lammps/lammps/archive/patch_1Sep2017.tar.gz"
version('20180316', '25bad35679583e0dd8cb8753665bb84b')
version('20180222', '4d0513e3183bd57721814d217fdaf957')
version('20170922', '4306071f919ec7e759bda195c26cfd9a')
version('20170901', '767e7f07289663f033474dfe974974e7')
@ -69,7 +70,8 @@ def url_for_version(self, version):
depends_on('netcdf+mpi', when='+user-netcdf')
depends_on('blas', when='+user-atc')
depends_on('lapack', when='+user-atc')
depends_on('latte', when='+latte')
depends_on('latte@1.0.1', when='@:20180222+latte')
depends_on('latte@1.1.1:', when='@20180316:+latte')
depends_on('blas', when='+latte')
depends_on('lapack', when='+latte')
depends_on('python', when='+python')

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')