From 56911484c249b5482249f03a9510f53dc558a3df Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 21 Jan 2016 13:53:11 -0700 Subject: [PATCH] Try to handle builders that can't resolve their own name --- netcdf.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netcdf.spec b/netcdf.spec index fa0e2af..45b0a61 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -179,6 +179,8 @@ NetCDF parallel openmpi static libraries %prep %setup -q -n %{name}-c-%{version} %patch0 -p1 -b .char +# Try to handle builders that can't resolve their own name +sed -i -s 's/mpiexec/mpiexec -host localhost/' */*.sh %build