latte: add v1.0.1 (#5403)

This commit is contained in:
Christoph Junghans 2017-09-20 20:02:45 -06:00 committed by scheibelp
parent 04489d6dfa
commit 41a656a032

View file

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