forked from pool/python-onnx
- 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
7 lines
309 B
Plaintext
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")
|