The package rpms/mpich.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/mpich.git/commit/?id=dd07517692e0540....
Change: -%ifarch ppc
Thanks.
Full change: ============
commit dd07517692e054037bb76b423475a9873ce70078 Author: Zbigniew Jdrzejewski-Szmek zbyszek@in.waw.pl Date: Wed Aug 28 16:15:11 2019 +0200
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.
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
arch-excludes@lists.fedoraproject.org