summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorCarson Woods <carsonwoods@users.noreply.github.com>2020-02-16 22:17:07 -0500
committerGitHub <noreply@github.com>2020-02-16 21:17:07 -0600
commitbbd256e2fe9631101295772ad0c60a0cdd353ce5 (patch)
tree5fa44803b652723bc3ab5063e6eef48ce2255a15 /var
parent1cc7a3533bc31b09ca5a626cb38d3c8dd9b6997d (diff)
downloadspack-bbd256e2fe9631101295772ad0c60a0cdd353ce5.tar.gz
spack-bbd256e2fe9631101295772ad0c60a0cdd353ce5.tar.bz2
spack-bbd256e2fe9631101295772ad0c60a0cdd353ce5.tar.xz
spack-bbd256e2fe9631101295772ad0c60a0cdd353ce5.zip
package: Add newer version of PowerAPI package (#15005)
* Add newer commit of PowerAPI package * Update naming scheme to be easier to read
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/powerapi/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/powerapi/package.py b/var/spack/repos/builtin/packages/powerapi/package.py
index ccb8ffe780..4b4fb5e3a0 100644
--- a/var/spack/repos/builtin/packages/powerapi/package.py
+++ b/var/spack/repos/builtin/packages/powerapi/package.py
@@ -11,6 +11,7 @@ class Powerapi(AutotoolsPackage):
homepage = "https://powerapi.sandia.gov/"
git = "https://github.com/pwrapi/pwrapi-ref.git"
+ version('2020-01-30', commit='21f75b1469261d99e604f7ddc18f30513ebdd048')
version('1.1.1', commit='93f66dfa29f014067823f2b790a1862e5841a11c')
variant('hwloc', default=False, description='Build hwloc support')