latte: version bump (#8611)
This commit is contained in:
parent
719f324423
commit
b1d7fd886a
3 changed files with 6 additions and 2 deletions
|
@ -33,6 +33,7 @@ class Bml(CMakePackage):
|
|||
homepage = "http://lanl.github.io/bml/"
|
||||
url = "https://github.com/lanl/bml/tarball/v1.2.2"
|
||||
|
||||
version('1.3.0', '2bf8546b27a89666dab3e8f4873cd117')
|
||||
version('1.2.3', '8133137fb56a27fade44d1588449c2ac')
|
||||
version('1.2.2', 'c86959cb0188e9d0a9a2cbad03b2782d')
|
||||
version('1.1.0', '271adecee08aee678be9eeceee06b6fb')
|
||||
|
|
|
@ -34,6 +34,8 @@ class Latte(CMakePackage):
|
|||
|
||||
tags = ['ecp', 'ecp-apps']
|
||||
|
||||
version('1.2.1', '56db44afaba2a89e6ca62ac565c3c012')
|
||||
version('1.2.0', 'b9bf8f84a0e0cf7b0e278a1bc7751b3d')
|
||||
version('1.1.1', 'ab11867ba6235189681cf6e50a50cc50')
|
||||
version('1.0.1', 'd0b99edbcf7a19abe0a68a192d6f6234')
|
||||
version('develop', git='https://github.com/lanl/latte', branch='master')
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue