The package rpms/arpack.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/arpack.git/commit/?id=5abcb7614394ea....
Change: +%ifarch ppc64le
Thanks.
Full change: ============
commit 5abcb7614394eaf0f62e061e190893f30338b706 Author: Orion Poplawski orion@nwra.com Date: Sat Nov 30 08:46:14 2019 -0700
Apparently regular (non-ILP64) tests are failing
diff --git a/arpack.spec b/arpack.spec index f98c137..7d06166 100644 --- a/arpack.spec +++ b/arpack.spec @@ -137,7 +137,12 @@ rm -r %{buildroot}%{_libdir}/*.la
%check pushd src +# Test failing on ppc64le https://github.com/opencollab/arpack-ng/issues/230 +%ifarch ppc64le +%make_build check || : +%else %make_build check +%endif pushd EXAMPLES ; make clean ; popd popd %if %{build64}
arch-excludes@lists.fedoraproject.org