Fix issues with the cbtf-argonavis package.py files related to comments.

This commit is contained in:
Jim Galarowicz 2017-07-14 14:34:11 -05:00
parent 0780f39cdf
commit e2fe863421

View File

@ -51,8 +51,8 @@ class CbtfArgonavis(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:/home/jeg/cbtf-argonavis-1.8.1.tar.gz" # url = "file:/home/jeg/cbtf-argonavis-1.8.1.tar.gz"
#version('1.8.1', 'b63db444fff92370a88197882a8d54d0') # version('1.8.1', 'b63db444fff92370a88197882a8d54d0')
version('1.8', branch='master', version('1.8', branch='master',
git='https://github.com/OpenSpeedShop/cbtf-argonavis.git') git='https://github.com/OpenSpeedShop/cbtf-argonavis.git')