Try to handle builders that can't resolve their own name

This commit is contained in:
Orion Poplawski 2016-01-21 13:53:11 -07:00
parent 9af8c97972
commit 56911484c2
1 changed files with 2 additions and 0 deletions

View File

@ -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