Updated Namespace of BML Repository (#4910)
This commit is contained in:
parent
4ab12fb503
commit
6e99e2c58e
@ -30,11 +30,11 @@ class Bml(CMakePackage):
|
|||||||
formats (in dense and sparse) and their associated algorithms for basic
|
formats (in dense and sparse) and their associated algorithms for basic
|
||||||
matrix operations."""
|
matrix operations."""
|
||||||
|
|
||||||
homepage = "https://github.com/qmmd/bml"
|
homepage = "https://github.com/lanl/bml"
|
||||||
url = "https://github.com/qmmd/bml"
|
url = "https://github.com/lanl/bml"
|
||||||
|
|
||||||
version('develop', git='https://github.com/qmmd/bml', branch='master')
|
version('develop', git='https://github.com/lanl/bml', branch='master')
|
||||||
version('1.1.0', git='https://github.com/qmmd/bml', tag='v1.1.0')
|
version('1.1.0', git='https://github.com/lanl/bml', tag='v1.1.0')
|
||||||
|
|
||||||
depends_on("blas")
|
depends_on("blas")
|
||||||
depends_on("lapack")
|
depends_on("lapack")
|
||||||
|
Loading…
Reference in New Issue
Block a user