SHA256
1
0
forked from pool/python-onnx

Accepting request 821861 from home:mslacken:ml

- reorganized package in order to have shared library support.
  Additional  packages are:
  * onnx-devel
  * libonnxifi_dummy
  * libonnx
  * onnx-devel
  As no so versions for the shared libraries are available, there
  is not a explicit dependency for the shared libraries.
  The archive file libonnxifi_loader.a is explicitely allowed in 
  the rpmlintrc as this archive file is consumed by libonnxifi_loader.so
- Added the proto files from onnxruntime so that both packages can 
  use the same shared libraries:
  * added using-onnxruntime-proto.patch

OBS-URL: https://build.opensuse.org/request/show/821861
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-onnx?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal
2020-08-17 06:37:58 +00:00
committed by Git OBS Bridge
parent 2ef859e36f
commit 1b0750c0cc
4 changed files with 616 additions and 3 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jul 14 14:05:18 UTC 2020 - Christian Goll <cgoll@suse.com>
- reorganized package in order to have shared library support.
Additional packages are:
* onnx-devel
* libonnxifi_dummy
* libonnx
* onnx-devel
As no so versions for the shared libraries are available, there
is not a explicit dependency for the shared libraries.
The archive file libonnxifi_loader.a is explicitely allowed in
the rpmlintrc as this archive file is consumed by libonnxifi_loader.so
- Added the proto files from onnxruntime so that both packages can
use the same shared libraries:
* added using-onnxruntime-proto.patch
-------------------------------------------------------------------
Tue Jul 7 09:02:56 UTC 2020 - Christian Goll <cgoll@suse.com>