spack/lib
Massimiliano Culpo 5ccacb8733
CompilerKey has been split into _CompilerID + _NameVariation + language
This reflects better the use of information in the code that performs
compiler detection. Each 'compiler id' (os + compiler type + version)
value is a possibly unique compiler that gets detected. When searching
for a 'compiler id' we might find many different 'name variations'.
In the end we select the first one where most languages are supported.
2019-06-07 09:30:15 +02:00
..
spack CompilerKey has been split into _CompilerID + _NameVariation + language 2019-06-07 09:30:15 +02:00