diff options
author | Robert Pavel <rspavel@gmail.com> | 2017-07-26 16:42:26 -0600 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2017-07-26 17:42:26 -0500 |
commit | 6e99e2c58e47315b8420d507266f7bf1483b25f2 (patch) | |
tree | 289608798b4d9d629470ac831acf81dad21f42f6 | |
parent | 4ab12fb503eb481957d778d56912aad8fb9c10b6 (diff) | |
download | spack-6e99e2c58e47315b8420d507266f7bf1483b25f2.tar.gz spack-6e99e2c58e47315b8420d507266f7bf1483b25f2.tar.bz2 spack-6e99e2c58e47315b8420d507266f7bf1483b25f2.tar.xz spack-6e99e2c58e47315b8420d507266f7bf1483b25f2.zip |
Updated Namespace of BML Repository (#4910)
-rw-r--r-- | var/spack/repos/builtin/packages/bml/package.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/bml/package.py b/var/spack/repos/builtin/packages/bml/package.py index fe1e21a8de..68e62032e4 100644 --- a/var/spack/repos/builtin/packages/bml/package.py +++ b/var/spack/repos/builtin/packages/bml/package.py @@ -30,11 +30,11 @@ class Bml(CMakePackage): formats (in dense and sparse) and their associated algorithms for basic matrix operations.""" - homepage = "https://github.com/qmmd/bml" - url = "https://github.com/qmmd/bml" + homepage = "https://github.com/lanl/bml" + url = "https://github.com/lanl/bml" - version('develop', git='https://github.com/qmmd/bml', branch='master') - version('1.1.0', git='https://github.com/qmmd/bml', tag='v1.1.0') + version('develop', git='https://github.com/lanl/bml', branch='master') + version('1.1.0', git='https://github.com/lanl/bml', tag='v1.1.0') depends_on("blas") depends_on("lapack") |