Changelog for
python311-onnxruntime-1.19.2-1.2.x86_64.rpm :
* Thu Oct 03 2024 Fergal Mc Carthy
- Update to 1.19.2- Patch soname for libonnxruntime to match package version- Patch soname for libonnxruntime_providers_shared to match package version.- Use source tarballs to support build as appropriate devel packages with viable cmake configs are not available. Updated _service specifications to pull relevant versions to satisfy 1.19.2 dependencies.- Build with g++ 13 as default gcc versions versions (14 on Tumbleweed and 7 on SLE 15 SP6) are not viable.
* Mon Mar 11 2024 Andreas Schneider - Fix Requires for onnxruntime-devel
* Tue Jan 30 2024 Konstantin Voinov - Update to 1.15.1- rename to onnxruntime- add patches from Fedora for off-line build- rework .spec
* 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