Skip to content
Snippets Groups Projects
Commit ae6afaf8 authored by Erik Schnetter's avatar Erik Schnetter Committed by Adam J. Stewart
Browse files

mpich: Correct package name in output (#14503)

parent ed9ab066
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ def die_without_fortran(self): ...@@ -175,7 +175,7 @@ def die_without_fortran(self):
# avoid delayed build errors in dependents. # avoid delayed build errors in dependents.
if (self.compiler.f77 is None) or (self.compiler.fc is None): if (self.compiler.f77 is None) or (self.compiler.fc is None):
raise InstallError( raise InstallError(
'Mpich requires both C and Fortran compilers!' 'MPICH requires both C and Fortran compilers!'
) )
def configure_args(self): def configure_args(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment