Add c to the list of languages (#45191)
This commit is contained in:
		| @@ -97,7 +97,7 @@ class OpenMpi(Package): | |||||||
| PatchesType = Optional[Union[Patcher, str, List[Union[Patcher, str]]]] | 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"]: | def _make_when_spec(value: WhenType) -> Optional["spack.spec.Spec"]: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Harmen Stoppels
					Harmen Stoppels