SHA256
1
0
forked from pool/python-onnx
Files
python-onnx/python-onnx-rpmlintrc
Tomáš Chvátal 1b0750c0cc 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
2020-08-17 06:37:58 +00:00

7 lines
309 B
Plaintext

# This line is mandatory to access the configuration functions
from Config import *
# there are source files which are parsed with pybind11, so they have to be included
addFilter("python3-onnx.* devel-file-in-non-devel-package")
# special library loader
addFilter("libonnxifi_dummy.* lto-no-text-in-archive")