Add Kevin's experimental TAU version

This commit is contained in:
Todd Gamblin 2014-07-31 13:26:55 -07:00
parent 0b68d1292d
commit 90cd0c7efa

View File

@ -11,7 +11,8 @@ class Tau(Package):
url = "http://www.cs.uoregon.edu/research/paracomp/tau/tauprofile/dist/tau-2.23.1.tar.gz"
version('2.23.1', '6593b47ae1e7a838e632652f0426fe72')
version('2.23-perfdb', 'c97b404bcd94c7d9b04fa3dc0a32b0d1',
url='http://www.nic.uoregon.edu/~khuck/tau2-latest.tar.gz')
def install(self, spec, prefix):
# TAU isn't happy with directories that have '@' in the path. Sigh.