spack/lib/spack
Todd Gamblin 5ac05db917
concretizer: use consistent naming for compiler predicates (#20677)
Every other predicate in the concretizer uses a `_set` suffix to
implement user- or package-supplied settings, but compiler settings use a
`_hard` suffix for this. There's no difference in how they're used, so
make the names the same.

- [x] change `node_compiler_hard` to `node_compiler_set`
- [x] change `node_compiler_version_hard` to `node_compiler_version_set`
2021-01-05 08:41:01 +01:00
..
docs copyrights: update all files with license headers for 2021 2021-01-02 12:12:00 -08:00
env copyrights: update all files with license headers for 2021 2021-01-02 12:12:00 -08:00
external copyrights: update all files with license headers for 2021 2021-01-02 12:12:00 -08:00
llnl copyrights: update all files with license headers for 2021 2021-01-02 12:12:00 -08:00
spack concretizer: use consistent naming for compiler predicates (#20677) 2021-01-05 08:41:01 +01:00