From dd07517692e054037bb76b423475a9873ce70078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 28 Aug 2019 16:15:11 +0200 Subject: [PATCH] Revert "Revert "Drop ignoring of tests on ppc64"" This reverts commit bef8b43abc72131a3d46862035125c42c7fa7eaa. It turns out that the test was flakey, and %ifarch didnt' make any difference on ppc64. --- mpich.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mpich.spec b/mpich.spec index 84a25dd..61a5087 100644 --- a/mpich.spec +++ b/mpich.spec @@ -186,10 +186,7 @@ install -pDm0644 %{SOURCE3} %{buildroot}%{python3_sitearch}/%{name}.pth find %{buildroot} -type f -name "*.la" -delete %check -make check VERBOSE=1 \ -%ifarch ppc -|| : # https://github.com/pmodels/mpich/issues/3949 -%endif +make check VERBOSE=1 %ldconfig_scriptlets