mpich: Correct package name in output (#14503)
This commit is contained in:
parent
ed9ab0668f
commit
ae6afaf8e1
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user