diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-12-21 18:41:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 18:41:12 +0100 |
commit | db69a291d4937c230517a6f049010737c98ac1d8 (patch) | |
tree | abeebc8eeea815ae21877f6e1fe75e8fe8560855 /CITATION.cff | |
parent | 389beaef97e8aac59680c83d084fd7c07336f577 (diff) | |
download | spack-db69a291d4937c230517a6f049010737c98ac1d8.tar.gz spack-db69a291d4937c230517a6f049010737c98ac1d8.tar.bz2 spack-db69a291d4937c230517a6f049010737c98ac1d8.tar.xz spack-db69a291d4937c230517a6f049010737c98ac1d8.zip |
Regenerate views when specs already installed (#28113)
With this commit:
```
$ spack env activate --temp
$ spack install zlib
==> All of the packages are already installed
==> Updating view at /tmp/spack-faiirgmt/.spack-env/view
$ spack install zlib
==> All of the packages are already installed
```
Before this PR:
```
$ spack env activate --temp
$ spack install zlib
==> All of the packages are already installed
$ spack install zlib
==> All of the packages are already installed
```
No view was generated
Diffstat (limited to 'CITATION.cff')
0 files changed, 0 insertions, 0 deletions