diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2020-07-31 18:57:18 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2020-08-01 08:36:12 -0700 |
commit | ff27233e309e2f382d0d3c98a73ef72305a7d656 (patch) | |
tree | 628da53cd3f12e7ec28acf52e0a5b9f05f471cde /.github/ISSUE_TEMPLATE | |
parent | 0c48f0a15dc63129aa2bdc146152a9bf1c32e66e (diff) | |
download | spack-ff27233e309e2f382d0d3c98a73ef72305a7d656.tar.gz spack-ff27233e309e2f382d0d3c98a73ef72305a7d656.tar.bz2 spack-ff27233e309e2f382d0d3c98a73ef72305a7d656.tar.xz spack-ff27233e309e2f382d0d3c98a73ef72305a7d656.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 '.github/ISSUE_TEMPLATE')
0 files changed, 0 insertions, 0 deletions