From 82946641ed6873fa6b91e60df1cc1f86c58b495b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 28 Aug 2019 13:06:55 +0200 Subject: [PATCH] Drop ignoring of tests on ppc64 They seem to pass now. --- 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