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=bef8b43abc72131....
Change: +%ifarch ppc
Thanks.
Full change: ============
commit bef8b43abc72131a3d46862035125c42c7fa7eaa Author: Zbigniew Jdrzejewski-Szmek zbyszek@in.waw.pl Date: Wed Aug 28 13:30:56 2019 +0200
Revert "Drop ignoring of tests on ppc64"
This reverts commit 82946641ed6873fa6b91e60df1cc1f86c58b495b.
The tests are still broken in rawhide, they only pass in F31 ;(
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
arch-excludes@lists.fedoraproject.org