From 2942ddc1e079521f0493543078bfc1c85bf32ebf Mon Sep 17 00:00:00 2001 From: Robert Pavel Date: Wed, 27 Sep 2017 21:46:14 -0600 Subject: Added Support for BML 1.2.2 (#5502) * Added Support for BML 1.2.2 * Added checksums * Update package.py --- var/spack/repos/builtin/packages/bml/package.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/bml/package.py b/var/spack/repos/builtin/packages/bml/package.py index 31bbc02070..0131cf145e 100644 --- a/var/spack/repos/builtin/packages/bml/package.py +++ b/var/spack/repos/builtin/packages/bml/package.py @@ -31,10 +31,11 @@ class Bml(CMakePackage): matrix operations.""" homepage = "http://lanl.github.io/bml/" - url = "https://github.com/lanl/bml" + url = "https://github.com/lanl/bml/tarball/v1.2.2" + version('1.2.2', 'c86959cb0188e9d0a9a2cbad03b2782d') + version('1.1.0', '271adecee08aee678be9eeceee06b6fb') version('develop', git='https://github.com/lanl/bml', branch='master') - version('1.1.0', git='https://github.com/lanl/bml', tag='v1.1.0') variant('shared', default=True, description='Build shared libs') -- cgit v1.2.3-70-g09d2