File onnxruntime.changes of Package onnxruntime
-------------------------------------------------------------------
Thu Oct 3 13:55:21 UTC 2024 - Fergal Mc Carthy <fmccarthy@suse.com>
- 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 07:17:12 UTC 2024 - Andreas Schneider <asn@cryptomilk.org>
- Fix Requires for onnxruntime-devel
-------------------------------------------------------------------
Tue Jan 30 21:30:26 UTC 2024 - Konstantin Voinov <kv@kott.no-ip.biz>
- Update to 1.15.1
- rename to onnxruntime
- add patches from Fedora for off-line build
- rework .spec
-------------------------------------------------------------------
Thu Sep 23 09:26:29 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable build for python 3.6, since python-numpy does not support
it anymore
-------------------------------------------------------------------
Tue Jul 14 15:00:35 UTC 2020 - Christian Goll <cgoll@suse.com>
- 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 9 12:36:50 UTC 2020 - Christian Goll <cgoll@suse.com>
- added patch for new protobuf version
* Add-compatibility-with-Protobuf-3.12-4291.patch
-------------------------------------------------------------------
Tue Jul 7 07:55:50 UTC 2020 - Christian Goll <cgoll@suse.com>
- removed unneeded patch fix-protoc-link-options.patch
-------------------------------------------------------------------
Tue Jun 30 13:40:14 UTC 2020 - Christian Goll <cgoll@suse.com>
- 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 15:32:14 UTC 2020 - Christian Goll <cgoll@suse.com>
- 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 08:14:19 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Add patch to build with gcc 10:
* gcc10.patch
-------------------------------------------------------------------
Wed May 6 14:41:03 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Use sitearch not sitelib
- Use system LTO flags as they do threaded linking to speed things up
-------------------------------------------------------------------
Wed May 6 13:11:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Rever the googletest addition as we will rather create
and update of SLE googletest see sr#217529 in internal buildservice
-------------------------------------------------------------------
Wed May 6 13:08:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
- Never condition Sources as src rpm will differ that way
-------------------------------------------------------------------
Wed May 6 07:51:53 UTC 2020 - Christian Goll <cgoll@suse.com>
- Added source
* googletest-release-1.10.0.tar.gz
as only gtest package in Tumbleweed can be found with cmake
-------------------------------------------------------------------
Tue May 5 12:17:54 UTC 2020 - Christian Goll <cgoll@suse.com>
- 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 5 09:46:59 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- 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 4 08:59:04 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Initial commit, needed by skl2onnx