-
- Downloads
Fix installing specs from yaml file (#6906)
The feature added in #4611 is currently broken. This commit fixes the behavior of the command and adds unit tests to ensure the basic semantic is maintained. It also changes slightly the behavior of Spec.concretized to avoid copying caches before the concretization (as this may result in a wrong hash computation for the DAG).
Showing
- lib/spack/spack/cmd/install.py 11 additions, 2 deletionslib/spack/spack/cmd/install.py
- lib/spack/spack/cmd/spec.py 1 addition, 1 deletionlib/spack/spack/cmd/spec.py
- lib/spack/spack/spec.py 1 addition, 1 deletionlib/spack/spack/spec.py
- lib/spack/spack/test/cmd/install.py 21 additions, 0 deletionslib/spack/spack/test/cmd/install.py
Loading
Please register or sign in to comment