Search Criteria
Package Details: onnxruntime-git 1.15.0.r8289.cce9e0eaad-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/onnxruntime-git.git (read-only, click to copy) |
---|---|
Package Base: | onnxruntime-git |
Description: | cross-platform inference and training machine-learning accelerator. |
Upstream URL: | https://onnxruntime.ai/ |
Licenses: | MIT |
Conflicts: | flatbuffers, onnxruntime |
Provides: | onnxruntime |
Submitter: | haagch |
Maintainer: | haagch |
Last Packager: | haagch |
Votes: | 1 |
Popularity: | 0.072103 |
First Submitted: | 2021-09-02 23:05 (UTC) |
Last Updated: | 2023-03-12 23:59 (UTC) |
Dependencies (7)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- protobuf (protobuf-git)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312)
- clang (clang8, clang-git, llvm-git, clang-minimal-git) (make)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja) (make)
Required by (6)
- aprilasr-git (requires onnxruntime) (make)
- aprilasr-git (requires onnxruntime) (optional)
- livecaptions (requires onnxruntime)
- maa-assistant-arknights (requires onnxruntime)
- monado-git (requires onnxruntime) (optional)
- python-onnxruntime (requires onnxruntime)
Latest Comments
haagch commented on 2023-05-02 15:27 (UTC)
Does it take the vendored flatbuffers version even if you have the flatbuffers package installed? I'm pretty sure it didn't when I tried it but maybe they fixed it.
horror-proton commented on 2023-05-02 15:24 (UTC)
Hmm, that's weird, why would you mark it conflict with flatbuffers. :thinking:
horror-proton commented on 2023-03-01 16:04 (UTC) (edited on 2023-03-01 16:04 (UTC) by horror-proton)
perhaps something like
would be more reasonable.
SolarAquarion commented on 2021-10-11 14:12 (UTC)
adding these might be a good idea
-DPYTHON_INCLUDE_DIR=$(python -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())") \ -DPYTHON_LIBRARY=$(python -c "import distutils.sysconfig as sysconfig; print(sysconfig.get_config_var('LIBDIR'))") \ -DPYTHON_EXECUTABLE:FILEPATH=
which python
SolarAquarion commented on 2021-10-11 14:08 (UTC)
this package requires python