Package Details: onnxruntime-git 1.17.0.r10276.db3c076081-1

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: onnxruntime
Provides: onnxruntime
Submitter: haagch
Maintainer: haagch
Last Packager: haagch
Votes: 2
Popularity: 0.009430
First Submitted: 2021-09-02 23:05 (UTC)
Last Updated: 2024-01-08 15:41 (UTC)

Required by (8)

Sources (1)

Latest Comments

haagch commented on 2023-07-11 23:30 (UTC)

Sorry for the long delay. I tried to apply the suggestions, perhaps it works.

horror-proton commented on 2023-06-10 18:43 (UTC) (edited on 2023-06-10 18:44 (UTC) by horror-proton)

I think it doesn't mean that the two packages are in conflict, in fact a -DCMAKE_IGNORE_PATH=/usr/lib/cmake/flatbuffers/\;/lib/cmake/flatbuffers/ would fix this.

Sadly I found having aur/nsync installed also breaks the building of the latest version, I just

makedepends=(... 'nsync')
sed -i 's/nsync::nsync_cpp/nsync_cpp/g' cmake/{**,.}/*.cmake cmake/CMakeLists.txt

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

pkgver() {
    cd "$_pkgname"
    echo $(cat ./VERSION_NUMBER).r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
}

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