Changelog for
python3-onnxruntime-1.3.1-lp155.12.11.x86_64.rpm :
* Thu Sep 23 2021 Guillaume GARDET
- Disable build for python 3.6, since python-numpy does not support it anymore
* Tue Jul 14 2020 Christian Goll - added patch to make libonnx and libonnx_proto shared, but not install them. This avoids issues in libprotobuf.- added _constraints to get more disk space
* Thu Jul 09 2020 Christian Goll - added patch for new protobuf version
* Add-compatibility-with-Protobuf-3.12-4291.patch
* Tue Jul 07 2020 Christian Goll - removed unneeded patch fix-protoc-link-options.patch
* Tue Jun 30 2020 Christian Goll - updated to 1.3.1 which has now ONNX 1.7 support, other features are
* Improved threadpool support for better resource utilization
* Improved error reporting when a kernel cannot be found due to missing type implementation- removed sources
* onnx-1.6.0.tar.gz- added sources:
* onnx-1.7.0.tar.gz
* Mon Jun 29 2020 Christian Goll - exchanged SafeInt source as only single header file is used
* removed: SafeInt-3.23.tar.gz due to problematic license
* added: SafeInt.hpp instead
* Wed Jun 10 2020 Tomáš Chvátal - Add patch to build with gcc 10:
* gcc10.patch
* Wed May 06 2020 Tomáš Chvátal - Use sitearch not sitelib- Use system LTO flags as they do threaded linking to speed things up
* Wed May 06 2020 Tomáš Chvátal - Rever the googletest addition as we will rather create and update of SLE googletest see sr#217529 in internal buildservice
* Wed May 06 2020 Tomáš Chvátal - Format with spec-cleaner- Never condition Sources as src rpm will differ that way
* Wed May 06 2020 Christian Goll - Added source
* googletest-release-1.10.0.tar.gz as only gtest package in Tumbleweed can be found with cmake
* Tue May 05 2020 Christian Goll - Tuned most %cmake macros variables, see comment in spec file.- Added additional needed sources:
* date-2.4.1.tar.gz
* onnx-1.6.0.tar.gz
* eigen-efd9867ff0e8df23016ac6c9828d0d7bf8bec1b1.tar.gz
* SafeInt-3.23.tar.gz
* gemmlowp-42c53187a56c12dc5518cc25e778e5e3e7dbaf72.tar.gz
* FindRe2.cmake- Added additional patches:
* probuf-name-fix.patch which fixes the name of systm protobuf
* use-system-libnsync.patch which forces the use of system libnsync
* fix-protoc-link-options.patch which fixes a bug when system protoc is used
* Thu Mar 05 2020 Tomáš Chvátal - Add cmake call to start building the c++ parts
* still loads up bundles instead of using system libraires (needs to be patched up) + upstream solved this by git submodules but it is overkill
* Wed Mar 04 2020 Tomáš Chvátal - Initial commit, needed by skl2onnx