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:
parent
d337a714b1
commit
2a68779842
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user