summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cbtf-argonavis-gui
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-argonavis-gui
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-argonavis-gui')
-rw-r--r--var/spack/repos/builtin/packages/cbtf-argonavis-gui/package.py28
1 files changed, 11 insertions, 17 deletions
diff --git a/var/spack/repos/builtin/packages/cbtf-argonavis-gui/package.py b/var/spack/repos/builtin/packages/cbtf-argonavis-gui/package.py
index 4f2d7645e8..6e9a2beea1 100644
--- a/var/spack/repos/builtin/packages/cbtf-argonavis-gui/package.py
+++ b/var/spack/repos/builtin/packages/cbtf-argonavis-gui/package.py
@@ -56,45 +56,39 @@ class CbtfArgonavisGui(QMakePackage):
version('develop', branch='master',
git='https://github.com/OpenSpeedShop/cbtf-argonavis-gui.git')
- depends_on("cmake@3.0.2:", when='@develop', type='build')
- depends_on("cmake@3.11.1", when='@1.3.0.0:', type='build')
+ depends_on("cmake@3.0.2:", type='build')
- # To specify ^elfutils@0.170 on the command line spack
- # apparently needs/wants this dependency explicity here
- # even though it is referenced downstream
- depends_on("elf", type="link")
-
- depends_on('qt@4.8.6:', when='@develop')
- depends_on('qt@5.10.0', when='@1.3.0.0:')
+ depends_on('qt@5.10.0:', when='@develop')
+ depends_on('qt@5.10.0', when='@1.3.0.0:9999')
depends_on("boost@1.50.0:", when='@develop')
- depends_on("boost@1.66.0", when='@1.3.0.0:')
+ depends_on("boost@1.66.0", when='@1.3.0.0:9999')
# For MRNet
depends_on("mrnet@5.0.1-3:+lwthreads", when='@develop')
- depends_on("mrnet@5.0.1-3+lwthreads", when='@1.3.0.0:')
+ depends_on("mrnet@5.0.1-3+lwthreads", when='@1.3.0.0:9999')
# Dependencies for the openspeedshop cbtf packages.
depends_on("cbtf@develop", when='@develop')
- depends_on("cbtf@1.9.1.0:", when='@1.3.0.0:')
+ depends_on("cbtf@1.9.1.0:9999", when='@1.3.0.0:9999')
depends_on("cbtf-krell@develop", when='@develop')
- depends_on("cbtf-krell@1.9.1.0:", when='@1.3.0.0:')
+ depends_on("cbtf-krell@1.9.1.0:9999", when='@1.3.0.0:9999')
depends_on("cbtf-argonavis@develop", when='@develop')
- depends_on("cbtf-argonavis@1.9.1.0:", when='@1.3.0.0:')
+ depends_on("cbtf-argonavis@1.9.1.0:9999", when='@1.3.0.0:9999')
depends_on("cuda")
depends_on("openspeedshop-utils+cuda@develop", when='@develop')
- depends_on("openspeedshop-utils@2.3.1.3:+cuda", when='@1.3.0.0:')
+ depends_on("openspeedshop-utils@2.3.1.3:+cuda", when='@1.3.0.0:9999')
# For Xerces-C
depends_on("xerces-c@3.1.1:", when='@develop')
- depends_on("xerces-c@3.1.4", when='@1.3.0.0:')
+ depends_on("xerces-c@3.1.4", when='@1.3.0.0:9999')
depends_on("graphviz@2.40.1:", when='@develop')
- depends_on("graphviz@2.40.1", when='@1.3.0.0:')
+ depends_on("graphviz@2.40.1", when='@1.3.0.0:9999')
depends_on("qtgraph")