Likwid versions >= 5.0.0 depend on Lua 5.2. (#18675)
* Likwid versions >= 5.0.0 depend on Lua 5.2. According to https://github.com/RRZE-HPC/likwid/issues/324 recent versions of Likwid require Lua 5.2. * Update var/spack/repos/builtin/packages/likwid/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
1a9f97fd0d
commit
e41c3ad1fc
@ -38,7 +38,8 @@ class Likwid(Package):
|
||||
# The reason is that the internal hwloc is patched to contain extra
|
||||
# functionality and functions are prefixed with "likwid_".
|
||||
|
||||
depends_on('lua', when='@4.2.0:')
|
||||
depends_on('lua', when='@:4')
|
||||
depends_on('lua@5.2:', when='@5:')
|
||||
|
||||
# TODO: check
|
||||
# depends_on('gnuplot', type='run')
|
||||
|
Loading…
Reference in New Issue
Block a user