diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-03-20 13:51:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 13:51:30 +0100 |
commit | 88d78025a63942070c5325326e3f649c495ba35f (patch) | |
tree | 6219e145f2bdf1c941add96025150f7c2bc45755 /etc | |
parent | 7e981d83fd74dcf18d65564b268da0260895b741 (diff) | |
download | spack-88d78025a63942070c5325326e3f649c495ba35f.tar.gz spack-88d78025a63942070c5325326e3f649c495ba35f.tar.bz2 spack-88d78025a63942070c5325326e3f649c495ba35f.tar.xz spack-88d78025a63942070c5325326e3f649c495ba35f.zip |
spack install: simplify behavior when inside environments (#35206)
Example one:
```
spack install --add x y z
```
is equivalent to
```
spack add x y z
spack concretize
spack install --only-concrete
```
where `--only-concrete` installs without modifying spack.yaml/spack.lock
Example two:
```
spack install
```
concretizes current spack.yaml if outdated and installs all specs.
Example three:
```
spack install x y z
```
concretizes current spack.yaml if outdated and installs *only* concrete
specs in the environment that match abstract specs `x`, `y`, or `z`.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions