diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2020-07-31 18:57:18 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2020-08-12 23:58:10 -0700 |
commit | 5f8ab6939670370f7d98d1ff4daf1a14697645b0 (patch) | |
tree | 66142f2dbcc989dec4d6706bbf97f5f6d574b2ac /NOTICE | |
parent | aff0e8b592ea087905ad3ae267a3290b9c0052f5 (diff) | |
download | spack-5f8ab6939670370f7d98d1ff4daf1a14697645b0.tar.gz spack-5f8ab6939670370f7d98d1ff4daf1a14697645b0.tar.bz2 spack-5f8ab6939670370f7d98d1ff4daf1a14697645b0.tar.xz spack-5f8ab6939670370f7d98d1ff4daf1a14697645b0.zip |
bugfix: fix spack buildcache list --allarch
`spack buildcache list` was trying to construct an `Arch` object and
compare it to `arch_for_spec(<spec>)`. for each spec in the buildcache.
`Arch` objects are only intended to be constructed for the machine they
describe. The `ArchSpec` object (part of the `Spec`) is the descriptor
that lets us talk about architectures anywhere.
- [x] Modify `spack buildcache list` and `spack buildcache install` to
filter with `Spec` matching instead of using `Arch`.
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions