Package Details: onnxruntime-git 1.15.0.r8289.cce9e0eaad-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: flatbuffers, onnxruntime
Provides: onnxruntime
Submitter: haagch
Maintainer: haagch
Last Packager: haagch
Votes: 1
Popularity: 0.28
First Submitted: 2021-09-02 23:05 (UTC)
Last Updated: 2023-03-12 23:59 (UTC)

Latest Comments

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