Skip to content
Snippets Groups Projects
Commit 62dedc80 authored by Denis Davydov's avatar Denis Davydov Committed by Todd Gamblin
Browse files

likwid: add todo (#2531)

* likwid: add todo

* liwkid: add a note on hwloc dependency
parent 6475937f
Branches
Tags
No related merge requests found
...@@ -35,8 +35,11 @@ class Likwid(Package): ...@@ -35,8 +35,11 @@ class Likwid(Package):
version('4.1.2', 'a857ce5bd23e31d96e2963fe81cb38f0') 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? # TODO: how to specify those?
# depends_on('hwloc')
# depends_on('lua') # depends_on('lua')
# TODO: check # TODO: check
...@@ -57,5 +60,10 @@ def install(self, spec, prefix): ...@@ -57,5 +60,10 @@ def install(self, spec, prefix):
'PREFIX = ' + 'PREFIX = ' +
prefix, prefix,
'config.mk') 'config.mk')
# TODO:
# set INSTALL_CHOWN in config.mk to your user/group.
# Defaults are root.
make() make()
make('install') make('install')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment