Closed bcumming closed 5 months ago
Add information about the environment variable changes to be applied when starting a view to the $mount/meta/env.json file in the generated image.
$mount/meta/env.json
add-compiler-paths.py
envvars.py
activate.sh
Add two new views: spack and modules.
spack
modules
uenv modules use
/dev/null
Additional fixes:
Add information about the environment variable changes to be applied when starting a view to the
$mount/meta/env.json
file in the generated image.add-compiler-paths.py
script withenvvars.py
activate.sh
script is not longer usedAdd two new views:
spack
andmodules
.modules
view replaces theuenv modules use
command/dev/null
, so that activating them with older versions of uenv is a noop.Additional fixes: