diff options
author | Christoph Junghans <christoph.junghans@gmail.com> | 2018-02-22 06:08:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-22 06:08:54 -0700 |
commit | c62f1d4722ce77d1ef3fe304be21c46ad6d3f8a3 (patch) | |
tree | d17d7d4ff7956261c8ae9f66781d0210694e5a68 | |
parent | 72c270419f3cc135c36d497887382ba83b2048ef (diff) | |
download | spack-c62f1d4722ce77d1ef3fe304be21c46ad6d3f8a3.tar.gz spack-c62f1d4722ce77d1ef3fe304be21c46ad6d3f8a3.tar.bz2 spack-c62f1d4722ce77d1ef3fe304be21c46ad6d3f8a3.tar.xz spack-c62f1d4722ce77d1ef3fe304be21c46ad6d3f8a3.zip |
bml: add version 1.2.3 (#7308)
-rw-r--r-- | var/spack/repos/builtin/packages/bml/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/bml/package.py b/var/spack/repos/builtin/packages/bml/package.py index ee4b805d1b..427cafa807 100644 --- a/var/spack/repos/builtin/packages/bml/package.py +++ b/var/spack/repos/builtin/packages/bml/package.py @@ -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.2.3', '8133137fb56a27fade44d1588449c2ac') version('1.2.2', 'c86959cb0188e9d0a9a2cbad03b2782d') version('1.1.0', '271adecee08aee678be9eeceee06b6fb') version('develop', git='https://github.com/lanl/bml', branch='master') |