1
0

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
This commit is contained in:
Christoph Junghans 2020-01-16 02:38:18 +00:00 committed by Git OBS Bridge
parent f05e7b8e0b
commit 2a5e6b0ab3

View File

@ -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}}