|
|
@ -142,13 +142,13 @@ pushd EXAMPLES ; make clean ; popd
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
%if %{build64}
|
|
|
|
%if %{build64}
|
|
|
|
pushd src64
|
|
|
|
pushd src64
|
|
|
|
%make_build check
|
|
|
|
|
|
|
|
# Test failing on ppc64le https://github.com/opencollab/arpack-ng/issues/230
|
|
|
|
# Test failing on ppc64le https://github.com/opencollab/arpack-ng/issues/230
|
|
|
|
%ifarch ppc64le
|
|
|
|
%ifarch ppc64le
|
|
|
|
pushd EXAMPLES ; make clean || : ; popd
|
|
|
|
%make_build check || :
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
pushd EXAMPLES ; make clean ; popd
|
|
|
|
%make_build check
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
pushd EXAMPLES ; make clean ; popd
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|