spack/share/spack/templates
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
..
bootstrap Bootstrap most of Spack dependencies using environments (#34029) 2022-12-06 11:54:02 +01:00
container Update Spack Dockerfiles (#33500) 2022-10-25 11:46:47 +00:00
depfile spack install: simplify behavior when inside environments (#35206) 2023-03-20 13:51:30 +01:00
misc spack graph: rework to use Jinja templates and builders (#34637) 2022-12-27 15:25:53 +01:00
mock-repository Refactor a few classes related to package repositories (#32273) 2022-10-11 19:28:27 +02:00
modules modules tcl: fix autoload mechanism in template (#36237) 2023-03-20 09:23:40 +01:00
reports spack ci: add support for running stand-alone tests (#27877) 2022-08-23 00:52:48 -07:00