Add urls into cbtf* and openspeedshop* package files and update the release versions for the Krell products (#8188)
This commit is contained in:

committed by
Adam J. Stewart

parent
8564be5479
commit
d7aaf4e193
@@ -49,11 +49,12 @@ class CbtfArgonavis(CMakePackage):
|
||||
|
||||
"""
|
||||
homepage = "http://sourceforge.net/p/cbtf/wiki/Home/"
|
||||
url = "https://github.com/OpenSpeedShop/cbtf-argonavis.git"
|
||||
|
||||
version('1.9.1.0', branch='1.9.1.0',
|
||||
version('1.9.1.1', branch='1.9.1.1',
|
||||
git='https://github.com/OpenSpeedShop/cbtf-argonavis.git')
|
||||
|
||||
version('1.9.1', branch='master',
|
||||
version('1.9.1.0', branch='1.9.1.0',
|
||||
git='https://github.com/OpenSpeedShop/cbtf-argonavis.git')
|
||||
|
||||
version('develop', branch='master',
|
||||
@@ -69,7 +70,8 @@ class CbtfArgonavis(CMakePackage):
|
||||
variant('build_type', default='None', values=('None'),
|
||||
description='CMake build type')
|
||||
|
||||
depends_on("cmake@3.0.2:", type='build')
|
||||
depends_on("cmake@3.11.1", when='@1.9.1.0:', type='build')
|
||||
depends_on("cmake@3.0.2:", when='@develop', type='build')
|
||||
|
||||
# To specify ^elfutils@0.170 on the command line spack
|
||||
# apparently needs/wants this dependency explicity here
|
||||
@@ -78,42 +80,42 @@ class CbtfArgonavis(CMakePackage):
|
||||
|
||||
# For boost
|
||||
depends_on("boost@1.50.0:", when='@develop')
|
||||
depends_on("boost@1.66.0", when='@1.9.1.0')
|
||||
depends_on("boost@1.66.0", when='@1.9.1.0:')
|
||||
|
||||
# For MRNet
|
||||
depends_on("mrnet@5.0.1-3:+cti", when='@develop+cti')
|
||||
depends_on("mrnet@5.0.1-3:+lwthreads", when='@develop~cti')
|
||||
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~cti')
|
||||
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:~cti')
|
||||
|
||||
# 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:", when='@1.9.1.0:')
|
||||
|
||||
# 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:+cti", when='@1.9.1.0:+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:+runtime", when='@1.9.1.0:+runtime')
|
||||
|
||||
# For libmonitor
|
||||
depends_on("libmonitor+krellpatch")
|
||||
|
||||
# For PAPI
|
||||
depends_on("papi", when='@develop')
|
||||
depends_on("papi@5.5.1", when='@1.9.1.0')
|
||||
depends_on("papi@5.5.1", when='@1.9.1.0:')
|
||||
|
||||
# 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:", when='@1.9.1.0:')
|
||||
|
||||
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:+cti', when='@1.9.1.0:+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:+runtime', when='@1.9.1.0:+runtime')
|
||||
|
||||
# For CUDA
|
||||
depends_on("cuda")
|
||||
|
Reference in New Issue
Block a user