SHA256
6
0
forked from pool/tbb

Accepting request 1128599 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1128599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=33
This commit is contained in:
Ana Guerrero 2023-11-26 18:36:34 +00:00 committed by Git OBS Bridge
commit 4f15583984
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 23 09:53:18 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Avoid stuck build/tests
-------------------------------------------------------------------
Tue Aug 1 19:25:15 UTC 2023 - Martin Liška <martin.liska@hey.com>

View File

@ -238,7 +238,7 @@ test -f %{buildroot}%{_libdir}/pkgconfig/tbb32.pc && mv %{buildroot}%{_libdir}/p
mkdir python-test
pushd python-test
export LD_LIBRARY_PATH="%{buildroot}%{_libdir}"
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m tbb test -v
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} timeout 5m $python -m tbb test -v
popd
%endif