From 2a5e6b0ab3f39e42651ca8f9cd4a2fb9b6f32dc4e06527530b4e10713b89362e Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Thu, 16 Jan 2020 02:38:18 +0000 Subject: [PATCH] Accepting request 764824 from home:cjunghans:branches:devel:languages:python:numeric update comments OBS-URL: https://build.opensuse.org/request/show/764824 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python3-espressomd?expand=0&rev=12 --- python3-espressomd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}