Bug ID | 1061205 |
---|---|
Summary | [HPC, Lmod] Make package lua-lmod Arch-dependent |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | All |
OS | openSUSE Factory |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | eich@suse.com |
QA Contact | qa-bugs@suse.de |
CC | nmoreychaisemartin@suse.com |
Found By | Development |
Blocker | --- |
Lmod is written in Lua only and doesn't ship any *.so plugins. At first glance it therefore looks like a candidate for an Arch independent package. This however is not true: the search path for .so files gets hard-coded into some lua files, thus other Lua packages which are used by Lmod and require .so files won't work any more. Therefore make the lua-lmod package arch dependent (only the doc packages may be arch-independent).