Summary
The generated modulefiles have environment variables that work on Linux, such as LD_LIBRARY_PATH. However, they don't include macOS-specific environment variables, such as DYLD_LIBRARY_PATH and DYLD_FALLBACK_LIBRARY_PATH.
It would be useful to add these for macOS support.
Summary
The generated modulefiles have environment variables that work on Linux, such as
LD_LIBRARY_PATH. However, they don't include macOS-specific environment variables, such asDYLD_LIBRARY_PATHandDYLD_FALLBACK_LIBRARY_PATH.It would be useful to add these for macOS support.