spack/lib/spack
Todd Gamblin ff27233e30 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`.
2020-08-01 08:36:12 -07:00
..
docs Move Python 2.6 unit tests to Github Actions (#17279) 2020-07-31 15:01:12 -07:00
env compiler wrappers: don't override -isystem with -I (#16077) 2020-04-21 13:56:50 -07:00
external Vendoring: remove dependency on Setuptools from vendored pytest (#15612) 2020-03-23 16:55:07 -07:00
llnl Reduce output verbosity with debug levels (#17546) 2020-07-23 13:59:12 -07:00
spack bugfix: fix spack buildcache list --allarch 2020-08-01 08:36:12 -07:00