summarylogtreecommitdiffstats
path: root/build-fixes.patch
AgeCommit message (Collapse)Author
2022-10-25python-onnxruntime: split C++ and Python libraries & some other changesChih-Hsuan Yen
* Rename python-onnxruntime-cuda to onnxruntime-cuda - this split package actually does not contain Python libraries. * Move optdepends to the correct package * Drop flatbuffers fix after upstream adds the compatibility back [1] * Improve onednn patch - fallback to bundled onednn if the system one is missing & wrap other usage of `DNNL_DLL_PATH` * Add CUDA architectures introduced in CUDA 11.8. See [2] * Refresh patches for 1.13 [1] https://github.com/google/flatbuffers/issues/7499 [2] https://github.com/archlinux/svntogit-community/commit/54642de5ba70f8c67ad6c16815dd31138ba47456
2022-08-27fix building with flatbuffers 2.0.7Chih-Hsuan Yen
Upstream flatbuffers renamed the package from Flatbuffers to FlatBuffers (capital B) [1]. Fixes the issue reported at https://aur.archlinux.org/packages/python-onnxruntime#comment-879320 Also drops patches that are part of the latest version. [1] https://github.com/google/flatbuffers/pull/7378
2022-07-23update to 1.12.0Chih-Hsuan Yen
* Update Python dependencies following upstream [1]. * Rebase patches for devendoring after upstream changes [2]. * Avoid wheel.vendored, which is needed since [3] while devendored in Arch [4]. [1] https://github.com/microsoft/onnxruntime/pull/11522 [2] https://github.com/microsoft/onnxruntime/pull/11146 [3] https://github.com/microsoft/onnxruntime/pull/11834 [4] https://github.com/archlinux/svntogit-community/commit/e691288eda92fb5982ac5ac18f6459c5da560d7a
2021-12-13[lilac] updated to 1.10.0-2lilac
2021-06-03Enable CUDA and update patches for 1.8.0Chih-Hsuan Yen
Also enables orttraining and use shared libs
2021-03-04[lilac] updated to 1.7.0-2lilac
2020-10-01[lilac] updated to 1.5.1-2lilac
2020-07-18[lilac] updated to 1.4.0-2lilac
2020-05-31update by lilaclilac
2020-03-11update by lilaclilac
2019-10-31update by lilaclilac
2019-10-29update by lilaclilac
2019-08-04update to 0.5.0Chih-Hsuan Yen
extra/protobuf still stucks at 3.7.0 :/
2019-07-12new package, version 0.4.0Chih-Hsuan Yen