diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2020-07-20 18:24:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 18:24:18 -0700 |
commit | 897e80e5966f7a74d76bedc70a58be5d0986dc68 (patch) | |
tree | be66db52931dd2cfd3cc138017bb891478b43df7 /bin | |
parent | ab32799b528ee159283c2c8773714e2b136499b3 (diff) | |
download | spack-897e80e5966f7a74d76bedc70a58be5d0986dc68.tar.gz spack-897e80e5966f7a74d76bedc70a58be5d0986dc68.tar.bz2 spack-897e80e5966f7a74d76bedc70a58be5d0986dc68.tar.xz spack-897e80e5966f7a74d76bedc70a58be5d0986dc68.zip |
bugfix: ignore Apple's "gcc" by default (#17589)
Apple's gcc is really clang. We previously ignored it by default but
there was a regression in #17110.
Originally we checked for all clang versions with this, but I know of
none other than `gcc` on macos that actually do this, so limiting to
`apple-clang` should be ok.
- [x] Fix check for `apple-clang` in `gcc.py` to use version detection
from `spack.compilers.apple_clang`
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions