spack/lib/spack
Harmen Stoppels 88d78025a6
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`.
2023-03-20 13:51:30 +01:00
..
docs Remove unused ignore parameter of extends() directive (#35588) 2023-03-20 07:22:59 -04:00
env compiler wrapper: parse Wl and Xlinker properly (#35912) 2023-03-08 09:03:31 +01:00
external license year bump (#34921) 2023-01-18 14:30:17 -08:00
llnl Windows: properly handle symlink failures (#36003) 2023-03-17 10:19:32 -07:00
spack spack install: simplify behavior when inside environments (#35206) 2023-03-20 13:51:30 +01:00
spack_installable license year bump (#34921) 2023-01-18 14:30:17 -08:00