Added Support for BML 1.2.2 (#5502)
* Added Support for BML 1.2.2 * Added checksums * Update package.py
This commit is contained in:
parent
e4f4f9a6e5
commit
2942ddc1e0
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user