diff --git a/python3-espressomd.spec b/python3-espressomd.spec index e6f5e3d..9bc10f0 100644 --- a/python3-espressomd.spec +++ b/python3-espressomd.spec @@ -97,9 +97,9 @@ find %{buildroot}%{_prefix} -name "gen_pxiconfig" -exec chmod +x {} \; rm -f %{buildroot}%{_libdir}/lib*.so %check -# https://github.com/espressomd/espresso/issues/3315 +# https://github.com/espressomd/espresso/issues/3315 & gh#espressomd/espresso#3396 %ifarch i586 -%define testargs ARGS='-E \\(MpiCallbacks_test\\|matrix_vector_product\\|collision_detection\\)' +%define testargs ARGS='-E \\(matrix_vector_product\\|collision_detection\\)' %endif LD_LIBRARY_PATH='%{buildroot}/%{python3_sitearch}/espressomd::%{_libdir}/mpi/gcc/%{mpiver}/%{_lib}' make -C build check CTEST_OUTPUT_ON_FAILURE=1 %{?testargs:%{testargs}}