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=976d3c3fc4a5cc....
Change: -%ifarch ppc64le
Thanks.
Full change: ============
commit 976d3c3fc4a5cc322cc85d035b495d6454d572f3 Author: Orion Poplawski orion@nwra.com Date: Sat Feb 29 10:07:23 2020 -0700
Tests no longer failing on ppc64le
diff --git a/arpack.spec b/arpack.spec index 86d8413..63e5b4c 100644 --- a/arpack.spec +++ b/arpack.spec @@ -16,7 +16,7 @@
Name: arpack Version: 3.7.0 -Release: 4%{dist} +Release: 6%{dist} Summary: Fortran 77 subroutines for solving large scale eigenvalue problems
License: BSD @@ -140,22 +140,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} pushd src64 -# 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 %endif @@ -193,6 +183,9 @@ popd
%changelog +* Sat Feb 29 2020 Orion Poplawski orion@nwra.com - 3.7.0-6 +- Tests no longer failing on ppc64le + * Wed Feb 19 2020 David Schwrer davidsch@fedoraproject.org - 3.7.0-5 - fix failure with gcc 10
arch-excludes@lists.fedoraproject.org