mpich: Correct package name in output (#14503)

This commit is contained in:
Erik Schnetter 2020-01-14 18:46:39 -05:00 committed by Adam J. Stewart
parent ed9ab0668f
commit ae6afaf8e1

View File

@ -175,7 +175,7 @@ def die_without_fortran(self):
# avoid delayed build errors in dependents.
if (self.compiler.f77 is None) or (self.compiler.fc is None):
raise InstallError(
'Mpich requires both C and Fortran compilers!'
'MPICH requires both C and Fortran compilers!'
)
def configure_args(self):