Add the latest version to the papi package.

This commit is contained in:
Jim Galarowicz 2015-07-21 10:50:11 -05:00
parent 64c8fd3fa1
commit b4e0804b37

View File

@ -11,8 +11,11 @@ class Papi(Package):
components that expose performance measurement opportunites
across the hardware and software stack."""
homepage = "http://icl.cs.utk.edu/papi/index.html"
url = "http://icl.cs.utk.edu/projects/papi/downloads/papi-5.3.0.tar.gz"
url = "http://icl.cs.utk.edu/projects/papi/downloads/papi-5.4.1.tar.gz"
version('5.4.1', '9134a99219c79767a11463a76b0b01a2')
url = "http://icl.cs.utk.edu/projects/papi/downloads/papi-5.3.0.tar.gz"
version('5.3.0', '367961dd0ab426e5ae367c2713924ffb')
def install(self, spec, prefix):