summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/openspeedshop-utils/package.py
diff options
context:
space:
mode:
authorJim Galarowicz <jeg@krellinst.org>2018-05-21 16:03:31 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2018-05-21 16:03:31 -0500
commitd7aaf4e19341ae4cd9fb57f5c2b456e0c7caa267 (patch)
treed7ca51b24eda688c95eb0d000bb8025e28424c9f /var/spack/repos/builtin/packages/openspeedshop-utils/package.py
parent8564be5479fade304379f6461ece03b8740230b4 (diff)
downloadspack-d7aaf4e19341ae4cd9fb57f5c2b456e0c7caa267.tar.gz
spack-d7aaf4e19341ae4cd9fb57f5c2b456e0c7caa267.tar.bz2
spack-d7aaf4e19341ae4cd9fb57f5c2b456e0c7caa267.tar.xz
spack-d7aaf4e19341ae4cd9fb57f5c2b456e0c7caa267.zip
Add urls into cbtf* and openspeedshop* package files and update the release versions for the Krell products (#8188)
Diffstat (limited to 'var/spack/repos/builtin/packages/openspeedshop-utils/package.py')
-rw-r--r--var/spack/repos/builtin/packages/openspeedshop-utils/package.py45
1 files changed, 25 insertions, 20 deletions
diff --git a/var/spack/repos/builtin/packages/openspeedshop-utils/package.py b/var/spack/repos/builtin/packages/openspeedshop-utils/package.py
index 12eee7c8b1..ab5bf2a791 100644
--- a/var/spack/repos/builtin/packages/openspeedshop-utils/package.py
+++ b/var/spack/repos/builtin/packages/openspeedshop-utils/package.py
@@ -72,7 +72,11 @@ class OpenspeedshopUtils(CMakePackage):
url = "https://github.com/OpenSpeedShop/openspeedshop.git"
# Use when the git repository is available
- version('2.3.1.3', git='https://github.com/OpenSpeedShop/openspeedshop.git', tag='2.3.1.3')
+ version('2.3.1.4', branch='2.3.1.4',
+ git='https://github.com/OpenSpeedShop/openspeedshop.git')
+
+ version('2.3.1.3', branch='2.3.1.3',
+ git='https://github.com/OpenSpeedShop/openspeedshop.git')
version('develop', branch='master',
git='https://github.com/OpenSpeedShop/openspeedshop.git')
@@ -110,7 +114,8 @@ class OpenspeedshopUtils(CMakePackage):
description="Build mpi collector for mpich\
MPI when variant is enabled.")
- depends_on("cmake@3.0.2:", type='build')
+ depends_on("cmake@3.11.1", when='@2.3.1.3:', type='build')
+ depends_on("cmake@3.0.2:", when='@develop', type='build')
# Dependencies for openspeedshop that are common to all
# the variants of the OpenSpeedShop build
@@ -120,7 +125,7 @@ class OpenspeedshopUtils(CMakePackage):
# For binutils
depends_on("binutils", when='@develop', type='build')
- depends_on("binutils@2.29.1", when='@2.3.1.3', type='build')
+ depends_on("binutils@2.29.1", when='@2.3.1.3:', type='build')
depends_on("elf", type="link")
depends_on("libdwarf")
@@ -129,57 +134,57 @@ class OpenspeedshopUtils(CMakePackage):
# For boost
depends_on("boost@1.50.0:", when='@develop')
- depends_on("boost@1.66.0", when='@2.3.1.3')
+ depends_on("boost@1.66.0", when='@2.3.1.3:')
depends_on("dyninst@9.3.2:", when='@develop')
- depends_on("dyninst@9.3.2", when='@2.3.1.3')
+ depends_on("dyninst@9.3.2", when='@2.3.1.3:')
depends_on("python", when='@develop')
- depends_on("python@2.7.14", when='@2.3.1.3')
+ depends_on("python@2.7.14", when='@2.3.1.3:')
depends_on("libxml2", when='@develop')
- depends_on("libxml2@2.9.4", when='@2.3.1.3')
+ depends_on("libxml2@2.9.4", when='@2.3.1.3:')
# Dependencies for the openspeedshop cbtf packages.
depends_on("cbtf@develop", when='@develop')
- depends_on("cbtf@1.9.1.0", when='@2.3.1.3')
+ depends_on("cbtf@1.9.1.0:", when='@2.3.1.3:')
depends_on("cbtf-krell@develop", when='@develop')
- depends_on("cbtf-krell@1.9.1.0", when='@2.3.1.3')
+ depends_on("cbtf-krell@1.9.1.0:", when='@2.3.1.3:')
depends_on('cbtf-krell@develop+crayfe', when='@develop+crayfe')
- depends_on('cbtf-krell@1.9.1.0+crayfe', when='@2.3.1.3+crayfe')
+ depends_on('cbtf-krell@1.9.1.0:+crayfe', when='@2.3.1.3:+crayfe')
depends_on('cbtf-krell@develop+cti', when='@develop+cti')
- depends_on('cbtf-krell@1.9.1.0+cti', when='@2.3.1.3+cti')
+ depends_on('cbtf-krell@1.9.1.0:+cti', when='@2.3.1.3:+cti')
depends_on('cbtf-krell@develop+mpich', when='@develop+mpich')
- depends_on('cbtf-krell@1.9.1.0+mpich', when='@2.3.1.3+mpich')
+ depends_on('cbtf-krell@1.9.1.0:+mpich', when='@2.3.1.3:+mpich')
depends_on('cbtf-krell@develop+mpich2', when='@develop+mpich2')
- depends_on('cbtf-krell@1.9.1.0+mpich2', when='@2.3.1.3+mpich2')
+ depends_on('cbtf-krell@1.9.1.0:+mpich2', when='@2.3.1.3:+mpich2')
depends_on('cbtf-krell@develop+mpt', when='@develop+mpt')
- depends_on('cbtf-krell@1.9.1.0+mpt', when='@2.3.1.3+mpt')
+ depends_on('cbtf-krell@1.9.1.0:+mpt', when='@2.3.1.3:+mpt')
depends_on('cbtf-krell@develop+mvapich', when='@develop+mvapich')
- depends_on('cbtf-krell@1.9.1.0+mvapich', when='@2.3.1.3+mvapich')
+ depends_on('cbtf-krell@1.9.1.0:+mvapich', when='@2.3.1.3:+mvapich')
depends_on('cbtf-krell@develop+mvapich2', when='@develop+mvapich2')
- depends_on('cbtf-krell@1.9.1.0+mvapich2', when='@2.3.1.3+mvapich2')
+ depends_on('cbtf-krell@1.9.1.0:+mvapich2', when='@2.3.1.3:+mvapich2')
depends_on('cbtf-krell@develop+openmpi', when='@develop+openmpi')
- depends_on('cbtf-krell@1.9.1.0+openmpi', when='@2.3.1.3+openmpi')
+ depends_on('cbtf-krell@1.9.1.0:+openmpi', when='@2.3.1.3:+openmpi')
depends_on("cbtf-argonavis@develop", when='@develop+cuda')
- depends_on("cbtf-argonavis@1.9.1.0", when='@2.3.1.3+cuda')
+ depends_on("cbtf-argonavis@1.9.1.0:", when='@2.3.1.3:+cuda')
# 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='@2.3.1.3+cti')
- depends_on("mrnet@5.0.1-3:+lwthreads", when='@2.3.1.3')
+ depends_on("mrnet@5.0.1-3:+cti", when='@2.3.1.3:+cti')
+ depends_on("mrnet@5.0.1-3:+lwthreads", when='@2.3.1.3:')
parallel = False