-
- Downloads
Add all compatible system types directory to module paths
fixes #12915 closes #12916 Since Spack has support for specific targets it might happen that software is built for targets that are not exactly the host because it was either an explicit user request or the compiler being used is too old to support the host. Modules for different targets are written into different directories and by default Spack was adding to MODULEPATH only the directory corresponding to the current host. This PR modifies this behavior to add all the directories that are **compatible** with the current host.
Showing
- lib/spack/spack/architecture.py 12 additions, 0 deletionslib/spack/spack/architecture.py
- lib/spack/spack/main.py 2 additions, 1 deletionlib/spack/spack/main.py
- share/spack/setup-env.csh 4 additions, 1 deletionshare/spack/setup-env.csh
- share/spack/setup-env.sh 3 additions, 1 deletionshare/spack/setup-env.sh
Loading
Please register or sign in to comment