The package rpms/votca-xtp.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/votca-xtp.git/commit/?id=100a8a536a3....
Change: +%ifarch armv7hl i686
Thanks.
Full change: ============
commit 100a8a536a39949c12a858b11f4a16dfbc305b17 Author: Christoph Junghans junghans@lanl.gov Date: Sat Apr 18 13:20:03 2020 -0600
fix build on f32
diff --git a/votca-xtp.spec b/votca-xtp.spec index 4fc5813..c992502 100644 --- a/votca-xtp.spec +++ b/votca-xtp.spec @@ -71,7 +71,11 @@ This package contains architecture independent data files for VOTCA XTP. %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake3} .. -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=ON +%{cmake3} .. -DCMAKE_BUILD_TYPE=Release \ +%ifarch armv7hl i686 + -DENABLE_HIGH_MEMORY_TESTS=OFF \ +%endif + -DENABLE_TESTING=ON %make_build
%install
arch-excludes@lists.fedoraproject.org