summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>2019-06-28 19:05:38 +0200
committerPeter Scheibel <scheibel1@llnl.gov>2019-06-28 10:05:38 -0700
commitac76e4692f71a51f7715618cdd0285cf86d05c3f (patch)
treefb9327a2b4e817bd29b0bce07434bedeab6d42f2 /var
parentd48226b260172e2f646f1d81cb51ed213ac785a9 (diff)
downloadspack-ac76e4692f71a51f7715618cdd0285cf86d05c3f.tar.gz
spack-ac76e4692f71a51f7715618cdd0285cf86d05c3f.tar.bz2
spack-ac76e4692f71a51f7715618cdd0285cf86d05c3f.tar.xz
spack-ac76e4692f71a51f7715618cdd0285cf86d05c3f.zip
likwid package: Fix build with version 4.3.4 (#11878)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/likwid/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/likwid/package.py b/var/spack/repos/builtin/packages/likwid/package.py
index 6b57581a0a..2f7f43b8e7 100644
--- a/var/spack/repos/builtin/packages/likwid/package.py
+++ b/var/spack/repos/builtin/packages/likwid/package.py
@@ -25,6 +25,8 @@ class Likwid(Package):
version('4.3.1', 'ff28250f622185688bf5e2e0975368ea')
version('4.3.0', '7f8f6981d7d341fce2621554323f8c8b')
+ patch('https://github.com/RRZE-HPC/likwid/commit/d2d0ef333b5e0997d7c80fc6ac1a473b5e47d084.patch', sha256='636cbf40669261fdb36379d67253be2b731cfa7b6d610d232767d72fbdf08bc0', when='@4.3.4')
+
# NOTE: There is no way to use an externally provided hwloc with Likwid.
# The reason is that the internal hwloc is patched to contain extra
# functionality and functions are prefixed with "likwid_".