From d0250037689bdfaa0734eb78f7601c2ec598bd18 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sat, 30 Nov 2019 08:06:07 -0700 Subject: [PATCH] Ignore the right make call --- arpack.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arpack.spec b/arpack.spec index e36c808..f98c137 100644 --- a/arpack.spec +++ b/arpack.spec @@ -142,13 +142,13 @@ pushd EXAMPLES ; make clean ; popd popd %if %{build64} pushd src64 -%make_build check # Test failing on ppc64le https://github.com/opencollab/arpack-ng/issues/230 %ifarch ppc64le -pushd EXAMPLES ; make clean || : ; popd +%make_build check || : %else -pushd EXAMPLES ; make clean ; popd +%make_build check %endif +pushd EXAMPLES ; make clean ; popd popd %endif