latte: version bump (#8611)

This commit is contained in:
Christoph Junghans
2018-06-29 08:19:24 -06:00
committed by Adam J. Stewart
parent 719f324423
commit b1d7fd886a
3 changed files with 6 additions and 2 deletions

View File

@@ -32,10 +32,11 @@ class QmdProgress(CMakePackage):
commonly used in quantum chemistry packages."""
homepage = "https://github.com/lanl/qmd-progress"
url = "https://github.com/lanl/qmd-progress"
url = "https://github.com/lanl/qmd-progress/tarball/v1.1.0"
version('1.1.0', 'dda155134f0925629bf116e562c0a4bd')
version('1.0.0', 'c950bead2719a47a78864e3376ba143e')
version('develop', git='https://github.com/lanl/qmd-progress', branch='master')
version('1.0.0', git='https://github.com/lanl/qmd-progress', tag='v1.0.0')
variant('graphlib', default=False, description='Build with Metis Suppport')
variant('mpi', default=True, description='Build with MPI Support')