diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2023-05-15 00:08:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 09:08:50 +0200 |
commit | cf9dc3fc81389bf695d6569a6c0dd4389299210a (patch) | |
tree | df4faaa8eb6976cef13d39589ab41bf4868d5a73 /.gitattributes | |
parent | d265dd248707aff73fae29b67dcc7ad2870a9338 (diff) | |
download | spack-cf9dc3fc81389bf695d6569a6c0dd4389299210a.tar.gz spack-cf9dc3fc81389bf695d6569a6c0dd4389299210a.tar.bz2 spack-cf9dc3fc81389bf695d6569a6c0dd4389299210a.tar.xz spack-cf9dc3fc81389bf695d6569a6c0dd4389299210a.zip |
`spack find`: get rid of @= in arch/compiler headers (#37672)
The @= in `spack find` output adds a bit of noise. Remove it as we
did for `spack spec` and `spack concretize`.
This modifies display_specs so it actually covers other places we use that routine, as
well, e.g., `spack buildcache list`.
before:
```
-- linux-ubuntu20.04-aarch64 / gcc@=11.1.0 -----------------------
ofdlcpi libpressio@0.88.0
```
after:
```
-- linux-ubuntu20.04-aarch64 / gcc@11.1.0 -----------------------
ofdlcpi libpressio@0.88.0
```
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions