summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cbtf/package.py
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-12-13 19:44:15 +0100
committerGitHub <noreply@github.com>2021-12-13 10:44:15 -0800
commit948bc98fa6c2cba0894fdaf5f1cd6739c63715c3 (patch)
treead5f43a1b8b21cbcf78b0410656f1224fcb3b15e /var/spack/repos/builtin/packages/cbtf/package.py
parent28d31316b759d42b17fca769a7f190882335e55e (diff)
downloadspack-948bc98fa6c2cba0894fdaf5f1cd6739c63715c3.tar.gz
spack-948bc98fa6c2cba0894fdaf5f1cd6739c63715c3.tar.bz2
spack-948bc98fa6c2cba0894fdaf5f1cd6739c63715c3.tar.xz
spack-948bc98fa6c2cba0894fdaf5f1cd6739c63715c3.zip
Add a CI job to audit all the packages in the built-in repository (#27945)
* Add a CI job to audit all the packages in the built-in repository * flecsi: fixed typo for dependency on legion * py-pythonqwt: fix a typo in variant name * sollve: removed a conflict with a non-existing variant * acts: fixed use of wrong variant in dd4hep Also removed duplicated variant declaration in dd4hep * aoflagger: update variant of a dependency Issues introduced indirectly in #22925 * camellia: removed unused variant Issue introduced indirectly in #26150 * cbtf-*: remove cti variants and dependency on mrnet+cti Issue introduced in #14178 * flecsale: update variants to match flecsi Issue introduced in #11679 * grnboost: fixed issue with non-existing variant in a dependency This package possibly never worked since #8763 * nalu: fixed issue with non-existing variant in a dependency * open-iscsi: fixed issue with non-existing variant in a dependency * openspeedshop-*: remove use of non-existing mrnet+cti variant * percept: fixed issue with non-existing variant in a dependency * phyluce: fixed issue with non-existing variant in a dependency Issue introduced in #12952 * phyluce: fixed issue with non-existing variant in a dependency Issue introduced in #22340
Diffstat (limited to 'var/spack/repos/builtin/packages/cbtf/package.py')
-rw-r--r--var/spack/repos/builtin/packages/cbtf/package.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/cbtf/package.py b/var/spack/repos/builtin/packages/cbtf/package.py
index dea5d055d3..080b74ceba 100644
--- a/var/spack/repos/builtin/packages/cbtf/package.py
+++ b/var/spack/repos/builtin/packages/cbtf/package.py
@@ -21,9 +21,6 @@ class Cbtf(CMakePackage):
version('1.9.4', branch='1.9.4')
version('1.9.3', branch='1.9.3')
- variant('cti', default=False,
- description="Build MRNet with the CTI startup option")
-
variant('runtime', default=False,
description="build only the runtime libraries and collectors.")
@@ -42,9 +39,7 @@ class Cbtf(CMakePackage):
depends_on("boost@1.70.0:")
# For MRNet
- depends_on("mrnet@5.0.1-3:+cti", when='@develop+cti')
depends_on("mrnet@5.0.1-3:+lwthreads", when='@develop')
- depends_on("mrnet@5.0.1-3+cti", when='@1.9.3:9999+cti')
depends_on("mrnet@5.0.1-3+lwthreads", when='@1.9.3:9999')
# For Xerces-C