Add c to the list of languages (#45191)

This commit is contained in:
Harmen Stoppels 2024-07-12 15:25:41 +02:00 committed by Harmen Stoppels
parent 43d673f915
commit ef1eabe5b3

View file

@ -97,7 +97,7 @@ class OpenMpi(Package):
PatchesType = Optional[Union[Patcher, str, List[Union[Patcher, str]]]]
SUPPORTED_LANGUAGES = ("fortran", "cxx")
SUPPORTED_LANGUAGES = ("fortran", "cxx", "c")
def _make_when_spec(value: WhenType) -> Optional["spack.spec.Spec"]: