Fix patch set again
This commit is contained in:
parent
c335dfcbe2
commit
0db6a03855
@ -369,7 +369,6 @@ find . -name 'setup.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}
|
||||
find . -name 'configure' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
|
||||
find config -name '*.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
|
||||
find src/benchmarks/streams -name '*.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
|
||||
%patch0 -p0
|
||||
%patch3 -p0
|
||||
popd
|
||||
|
||||
@ -380,6 +379,10 @@ pushd build64
|
||||
popd
|
||||
%endif
|
||||
|
||||
pushd %{name}-%{version}
|
||||
%patch0 -p0
|
||||
popd
|
||||
|
||||
%if %{with openmpi}
|
||||
cp -a %{name}-%{version} buildopenmpi_dir
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user