Accepting request 706234 from home:Guillaume_G:branches:science:machinelearning

- Call ldconfig in post/postun for libarmnnCaffeParser

OBS-URL: https://build.opensuse.org/request/show/706234
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/armnn?expand=0&rev=3
This commit is contained in:
Guillaume GARDET 2019-05-29 08:13:46 +00:00 committed by Git OBS Bridge
parent d337a714b1
commit 2a68779842
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 29 08:12:43 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Call ldconfig in post/postun for libarmnnCaffeParser
-------------------------------------------------------------------
Mon May 27 05:42:06 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -282,6 +282,11 @@ LD_LIBRARY_PATH="$(pwd)/build/" \
%postun -n libarmnnSerializer%{version_major} -p /sbin/ldconfig
%endif
%if %{with armnn_caffe}
%post -n libarmnnCaffeParser%{version_major} -p /sbin/ldconfig
%postun -n libarmnnCaffeParser%{version_major} -p /sbin/ldconfig
%endif
%files
%defattr(-,root,root)
%doc README.md