summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDenis Davydov <davydden@gmail.com>2016-12-11 20:39:56 +0100
committerTodd Gamblin <tgamblin@llnl.gov>2016-12-11 11:39:56 -0800
commit62dedc80b13ec845875de10495c9009c754eafa5 (patch)
treed2ed1e7b479e302f1cafeba8ee6b2beffdc64fa2 /var
parent6475937fc269bea24f67970b7ee96206cfdc96aa (diff)
downloadspack-62dedc80b13ec845875de10495c9009c754eafa5.tar.gz
spack-62dedc80b13ec845875de10495c9009c754eafa5.tar.bz2
spack-62dedc80b13ec845875de10495c9009c754eafa5.tar.xz
spack-62dedc80b13ec845875de10495c9009c754eafa5.zip
likwid: add todo (#2531)
* likwid: add todo * liwkid: add a note on hwloc dependency
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/likwid/package.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/likwid/package.py b/var/spack/repos/builtin/packages/likwid/package.py
index f184e8491d..8d2290d8ad 100644
--- a/var/spack/repos/builtin/packages/likwid/package.py
+++ b/var/spack/repos/builtin/packages/likwid/package.py
@@ -35,8 +35,11 @@ class Likwid(Package):
version('4.1.2', 'a857ce5bd23e31d96e2963fe81cb38f0')
+ # 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_".
+
# TODO: how to specify those?
- # depends_on('hwloc')
# depends_on('lua')
# TODO: check
@@ -57,5 +60,10 @@ class Likwid(Package):
'PREFIX = ' +
prefix,
'config.mk')
+
+ # TODO:
+ # set INSTALL_CHOWN in config.mk to your user/group.
+ # Defaults are root.
+
make()
make('install')