summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2021-01-11 04:55:53 -0600
committerGitHub <noreply@github.com>2021-01-11 11:55:53 +0100
commitec0226ec6efcca4b823e39e7215f63f9c27fe1de (patch)
treeb19a17fbd9ce38dd0814e5eb37b45e39f9c8c79d
parenta9d6e69789ec70223e9ecd0db68a7282c3b2e092 (diff)
downloadspack-ec0226ec6efcca4b823e39e7215f63f9c27fe1de.tar.gz
spack-ec0226ec6efcca4b823e39e7215f63f9c27fe1de.tar.bz2
spack-ec0226ec6efcca4b823e39e7215f63f9c27fe1de.tar.xz
spack-ec0226ec6efcca4b823e39e7215f63f9c27fe1de.zip
libquo: add maintainer (#20583)
-rw-r--r--var/spack/repos/builtin/packages/libquo/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/libquo/package.py b/var/spack/repos/builtin/packages/libquo/package.py
index 3fdf990e94..488c79b0ba 100644
--- a/var/spack/repos/builtin/packages/libquo/package.py
+++ b/var/spack/repos/builtin/packages/libquo/package.py
@@ -7,7 +7,6 @@ from spack import *
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')