From ae6afaf8e10e19f2d4e70d22c0be86e6276b60ff Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 14 Jan 2020 18:46:39 -0500 Subject: mpich: Correct package name in output (#14503) --- var/spack/repos/builtin/packages/mpich/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/mpich/package.py b/var/spack/repos/builtin/packages/mpich/package.py index 05c69f52f0..0980c66818 100644 --- a/var/spack/repos/builtin/packages/mpich/package.py +++ b/var/spack/repos/builtin/packages/mpich/package.py @@ -175,7 +175,7 @@ spack package at this time.''', # 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): -- cgit v1.2.3-60-g2f50