libquo: add maintainer (#20583)
This commit is contained in:
parent
a9d6e69789
commit
ec0226ec6e
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
|
||||
class Libquo(AutotoolsPackage):
|
||||
|
||||
"""QUO (as in "status quo") is a runtime library that aids in accommodating
|
||||
thread-level heterogeneity in dynamic, phased MPI+X applications comprising
|
||||
single- and multi-threaded libraries."""
|
||||
|
@ -16,7 +15,9 @@ class Libquo(AutotoolsPackage):
|
|||
url = "http://lanl.github.io/libquo/dists/libquo-1.3.1.tar.gz"
|
||||
git = "https://github.com/lanl/libquo.git"
|
||||
|
||||
version('develop', branch='master')
|
||||
maintainers = ['samuelkgutierrez']
|
||||
|
||||
version('master', branch='master')
|
||||
version('1.3.1', sha256='407f7c61cc80aa934cf6086f3516a31dee3b803047713c297102452c3d7d6ed1')
|
||||
version('1.3', sha256='61b0beff15eae4be94b5d3cbcbf7bf757659604465709ed01827cbba45efcf90')
|
||||
version('1.2.9', sha256='0a64bea8f52f9eecd89e4ab82fde1c5bd271f3866c612da0ce7f38049409429b')
|
||||
|
|
Loading…
Reference in a new issue