summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cbtf-lanl/package.py
diff options
context:
space:
mode:
authorJim Galarowicz <jeg@krellinst.org>2018-06-17 09:49:27 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2018-06-17 09:49:27 -0500
commitec66e0fb7eccc2f67cda5a2ef9785b2e495ccd28 (patch)
treecdc518c65454301f94ff1282750adaf2cbe01622 /var/spack/repos/builtin/packages/cbtf-lanl/package.py
parentafe79646704a6e14bdc17c16cca97871a1573b0f (diff)
downloadspack-ec66e0fb7eccc2f67cda5a2ef9785b2e495ccd28.tar.gz
spack-ec66e0fb7eccc2f67cda5a2ef9785b2e495ccd28.tar.bz2
spack-ec66e0fb7eccc2f67cda5a2ef9785b2e495ccd28.tar.xz
spack-ec66e0fb7eccc2f67cda5a2ef9785b2e495ccd28.zip
Add changes to the Krell packages with version updates and ranges for the latest release. (#8468)
* Add changes to the Krell packages with version updates and ranges for the latest release. * Add reviewer requested changes. Remove preferred clauses and update the qt version for the cbtf-argonavis-gui@develop * Trigger integration/test restart
Diffstat (limited to 'var/spack/repos/builtin/packages/cbtf-lanl/package.py')
-rw-r--r--var/spack/repos/builtin/packages/cbtf-lanl/package.py21
1 files changed, 10 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/cbtf-lanl/package.py b/var/spack/repos/builtin/packages/cbtf-lanl/package.py
index e39a7cec5a..e52652e862 100644
--- a/var/spack/repos/builtin/packages/cbtf-lanl/package.py
+++ b/var/spack/repos/builtin/packages/cbtf-lanl/package.py
@@ -67,40 +67,39 @@ class CbtfLanl(CMakePackage):
variant('cti', default=False,
description="Build MRNet with the CTI startup option")
- depends_on("cmake@3.0.2:", when='@develop', type='build')
- depends_on("cmake@3.11.1", when='@1.9.1.0:', type='build')
+ depends_on("cmake@3.0.2:", type='build')
# 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.1.0:+cti')
- depends_on("mrnet@5.0.1-3+lwthreads", when='@1.9.1.0:')
+ depends_on("mrnet@5.0.1-3+cti", when='@1.9.1.0:9999+cti')
+ depends_on("mrnet@5.0.1-3+lwthreads", when='@1.9.1.0:9999')
# For Xerces-C
depends_on("xerces-c@3.1.1:", when='@develop')
- depends_on("xerces-c@3.1.4", when='@1.9.1.0:')
+ depends_on("xerces-c@3.1.4", when='@1.9.1.0:9999')
# For CBTF
depends_on("cbtf@develop", when='@develop')
- depends_on("cbtf@1.9.1.0:", when='@1.9.1.0:')
+ depends_on("cbtf@1.9.1.0:9999", when='@1.9.1.0:9999')
# For CBTF with cti
depends_on("cbtf@develop+cti", when='@develop+cti')
- depends_on("cbtf@1.9.1.0:+cti", when='@1.9.1.0:+cti')
+ depends_on("cbtf@1.9.1.0:9999+cti", when='@1.9.1.0:9999+cti')
# For CBTF with runtime
depends_on("cbtf@develop+runtime", when='@develop+runtime')
- depends_on("cbtf@1.9.1.0:+runtime", when='@1.9.1.0:+runtime')
+ depends_on("cbtf@1.9.1.0:9999+runtime", when='@1.9.1.0:9999+runtime')
# For CBTF-KRELL
depends_on("cbtf-krell@develop", when='@develop')
- depends_on("cbtf-krell@1.9.1.0:", when='@1.9.1.0:')
+ depends_on("cbtf-krell@1.9.1.0:9999", when='@1.9.1.0:9999')
depends_on('cbtf-krell@develop+cti', when='@develop+cti')
- depends_on('cbtf-krell@1.9.1.0:+cti', when='@1.9.1.0:+cti')
+ depends_on('cbtf-krell@1.9.1.0:9999+cti', when='@1.9.1.0:9999+cti')
depends_on('cbtf-krell@develop+runtime', when='@develop+runtime')
- depends_on('cbtf-krell@1.9.1.0:+runtime', when='@1.9.1.0:+runtime')
+ depends_on('cbtf-krell@1.9.1.0:9999+runtime', when='@1.9.1.0:9999+runtime')
parallel = False