Lmod icon indicating copy to clipboard operation
Lmod copied to clipboard

also compile Lmod spider cache for alternate Lua versions if corresponding luac command is available

Open boegel opened this issue 5 years ago • 0 comments

This is useful when for example /usr/bin/luac-5.3 is available on the host where the spider cache is generated, while /usr/bin/luac is Lua 5.1.

That way we can generate a compiled spider cache for both CentOS7 (Lua 5.1) and RHEL8 (Lua 5.3) on a single system and in one go.

boegel avatar Oct 26 '20 10:10 boegel