We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8382c7 commit 5f2c89bCopy full SHA for 5f2c89b
init/modules/EESSI/2023.06.lua
@@ -215,7 +215,7 @@ end
215
append_path ("EESSI_DEFAULT_HOST_LD_LIBRARY_PATH", os.getenv("LD_LIBRARY_PATH") or "")
216
-- on unload the variable will no longer exist
217
if mode() == "load" then
218
- -- remove any standard paths
+ -- remove any standard paths that can interfere with the compat layer
219
remove_path ("EESSI_DEFAULT_HOST_LD_LIBRARY_PATH", "/lib")
220
remove_path ("EESSI_DEFAULT_HOST_LD_LIBRARY_PATH", "/lib64")
221
remove_path ("EESSI_DEFAULT_HOST_LD_LIBRARY_PATH", "/usr/lib")
0 commit comments