Update the version numbers for the krell institute components and tools: cbtf and openspeedshop.

This commit is contained in:
Jim Galarowicz 2016-12-29 16:17:18 -08:00
parent 97287f5710
commit 810fb29df9
5 changed files with 9 additions and 9 deletions

View File

@ -54,7 +54,7 @@ class CbtfArgonavis(Package):
# url = "file:/home/jeg/OpenSpeedShop_ROOT/SOURCES/cbtf-argonavis-1.6.tar.gz" # url = "file:/home/jeg/OpenSpeedShop_ROOT/SOURCES/cbtf-argonavis-1.6.tar.gz"
# version('1.6', '0fafa0008478405c2c2319450f174ed4') # version('1.6', '0fafa0008478405c2c2319450f174ed4')
version('1.6', branch='master', version('1.8', branch='master',
git='https://github.com/OpenSpeedShop/cbtf-argonavis.git') git='https://github.com/OpenSpeedShop/cbtf-argonavis.git')
depends_on("cmake@3.0.2:", type='build') depends_on("cmake@3.0.2:", type='build')

View File

@ -56,7 +56,7 @@ class CbtfKrell(Package):
# url = "file:/home/jeg/cbtf-krell-1.6.tar.gz" # url = "file:/home/jeg/cbtf-krell-1.6.tar.gz"
# version('1.6', 'edeb61cd488f16e7b124f77db9ce762d') # version('1.6', 'edeb61cd488f16e7b124f77db9ce762d')
version('1.6', branch='master', version('1.8', branch='master',
git='https://github.com/OpenSpeedShop/cbtf-krell.git') git='https://github.com/OpenSpeedShop/cbtf-krell.git')
# MPI variants # MPI variants

View File

@ -49,10 +49,10 @@ class CbtfLanl(Package):
homepage = "http://sourceforge.net/p/cbtf/wiki/Home/" homepage = "http://sourceforge.net/p/cbtf/wiki/Home/"
# Mirror access template example # Mirror access template example
# url = "file:/g/g24/jeg/cbtf-lanl-1.5.tar.gz" # url = "file:/g/g24/jeg/cbtf-lanl-1.6.tar.gz"
# version('1.5', 'c3f78f967b0a42c6734ce4be0e602426') # version('1.6', 'c3f78f967b0a42c6734ce4be0e602426')
version('1.6', branch='master', version('1.8', branch='master',
git='http://git.code.sf.net/p/cbtf-lanl/cbtf-lanl') git='http://git.code.sf.net/p/cbtf-lanl/cbtf-lanl')
depends_on("cmake@3.0.2:", type='build') depends_on("cmake@3.0.2:", type='build')

View File

@ -57,7 +57,7 @@ class Cbtf(Package):
# version('1.6', 'c1ef4e5aa4e470dffb042abdba0b9987') # version('1.6', 'c1ef4e5aa4e470dffb042abdba0b9987')
# Use when the git repository is available # Use when the git repository is available
version('1.6', branch='master', version('1.8', branch='master',
git='https://github.com/OpenSpeedShop/cbtf.git') git='https://github.com/OpenSpeedShop/cbtf.git')
variant('runtime', default=False, variant('runtime', default=False,

View File

@ -63,12 +63,12 @@ class Openspeedshop(Package):
url = "https://github.com/OpenSpeedShop" url = "https://github.com/OpenSpeedShop"
version('2.2', '16cb051179c2038de4e8a845edf1d573') version('2.2', '16cb051179c2038de4e8a845edf1d573')
# Use when the git repository is available # Use when the git repository is available
version('2.2', branch='master', version('2.3', branch='master',
git='https://github.com/OpenSpeedShop/openspeedshop.git') git='https://github.com/OpenSpeedShop/openspeedshop.git')
# Optional mirror template # Optional mirror template
# url = "file:/home/jeg/OpenSpeedShop_ROOT/SOURCES/openspeedshop-2.2.tar.gz" # url = "file:/home/jeg/OpenSpeedShop_ROOT/SOURCES/openspeedshop-2.3.tar.gz"
# version('2.2', '517a7798507241ad8abd8b0626a4d2cf') # version('2.3', '517a7798507241ad8abd8b0626a4d2cf')
parallel = False parallel = False