From bef8b43abc72131a3d46862035125c42c7fa7eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 28 Aug 2019 13:30:56 +0200 Subject: [PATCH] Revert "Drop ignoring of tests on ppc64" This reverts commit 82946641ed6873fa6b91e60df1cc1f86c58b495b. The tests are still broken in rawhide, they only pass in F31 ;( --- mpich.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mpich.spec b/mpich.spec index 61a5087..84a25dd 100644 --- a/mpich.spec +++ b/mpich.spec @@ -186,7 +186,10 @@ install -pDm0644 %{SOURCE3} %{buildroot}%{python3_sitearch}/%{name}.pth find %{buildroot} -type f -name "*.la" -delete %check -make check VERBOSE=1 +make check VERBOSE=1 \ +%ifarch ppc +|| : # https://github.com/pmodels/mpich/issues/3949 +%endif %ldconfig_scriptlets