summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-03-20 13:51:30 +0100
committerGitHub <noreply@github.com>2023-03-20 13:51:30 +0100
commit88d78025a63942070c5325326e3f649c495ba35f (patch)
tree6219e145f2bdf1c941add96025150f7c2bc45755 /.gitignore
parent7e981d83fd74dcf18d65564b268da0260895b741 (diff)
downloadspack-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 '.gitignore')
0 files changed, 0 insertions, 0 deletions