Add c to the list of languages (#45191)
This commit is contained in:
parent
43d673f915
commit
ef1eabe5b3
1 changed files with 1 additions and 1 deletions
|
@ -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"]:
|
||||
|
|
Loading…
Reference in a new issue