Merge branch 'develop' of https://github.com/llnl/spack into develop
This commit is contained in:
commit
a62f590653
@ -175,6 +175,6 @@ _sp_share_dir=$(cd "$(dirname $_sp_source_file)" && pwd)
|
||||
_sp_prefix=$(cd "$(dirname $(dirname $_sp_share_dir))" && pwd)
|
||||
|
||||
# TODO: fix SYS_TYPE to something non-LLNL-specific
|
||||
_spack_pathadd DK_NODE "$_sp_share_dir/dotkit/$SYS_TYPE"
|
||||
_spack_pathadd MODULEPATH "$_sp_share_dir/modules/$SYS_TYPE"
|
||||
_spack_pathadd PATH "$_sp_prefix/bin"
|
||||
_spack_pathadd DK_NODE "${_sp_share_dir%/}/dotkit/$SYS_TYPE"
|
||||
_spack_pathadd MODULEPATH "${_sp_share_dir%/}/modules/$SYS_TYPE"
|
||||
_spack_pathadd PATH "${_sp_prefix%/}/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user