Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
onnxruntime
Commits:
e3b48873 by Torsten Keßler at 2024-02-20T18:55:58+01:00
upgpkg: 1.16.3-6
Rebuild with new cxxopts. It's header only, so it's not needed at
runtime. Hence, move it to makedepends.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = onnxruntime
pkgver = 1.16.3
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/microsoft/onnxruntime
arch = x86_64
license = MIT
@@ -11,6 +11,7 @@ pkgbase = onnxruntime
makedepends = nlohmann-json
makedepends = chrono-date
makedepends = eigen
+ makedepends = cxxopts
makedepends = python-setuptools
makedepends = python-installer
makedepends = python-wheel
@@ -33,7 +34,6 @@ pkgbase = onnxruntime
makedepends = python-flatbuffers
makedepends = python-protobuf
makedepends = python-packaging
- depends = cxxopts
depends = abseil-cpp
depends = boost
depends = openmpi
@@ -70,7 +70,6 @@ pkgname = onnxruntime-opt
pkgname = onnxruntime-rocm
pkgdesc = Cross-platform, high performance scoring engine for ML models
(with ROCm)
- depends = cxxopts
depends = abseil-cpp
depends = boost
depends = openmpi
@@ -85,7 +84,6 @@ pkgname = onnxruntime-rocm
pkgname = onnxruntime-opt-rocm
pkgdesc = Cross-platform, high performance scoring engine for ML models
(with ROCm and AVX2 CPU optimizations)
- depends = cxxopts
depends = abseil-cpp
depends = boost
depends = openmpi
@@ -100,7 +98,6 @@ pkgname = onnxruntime-opt-rocm
pkgname = python-onnxruntime
pkgdesc = Cross-platform, high performance scoring engine for ML models
- depends = cxxopts
depends = abseil-cpp
depends = boost
depends = openmpi
@@ -126,7 +123,6 @@ pkgname = python-onnxruntime
pkgname = python-onnxruntime-opt
pkgdesc = Cross-platform, high performance scoring engine for ML models
(with AVX2 CPU optimizations)
- depends = cxxopts
depends = abseil-cpp
depends = boost
depends = openmpi
@@ -154,7 +150,6 @@ pkgname = python-onnxruntime-opt
pkgname = python-onnxruntime-rocm
pkgdesc = Cross-platform, high performance scoring engine for ML models
(with ROCm)
- depends = cxxopts
depends = abseil-cpp
depends = boost
depends = openmpi
@@ -178,7 +173,6 @@ pkgname = python-onnxruntime-rocm
pkgname = python-onnxruntime-opt-rocm
pkgdesc = Cross-platform, high performance scoring engine for ML models
(with ROCm and AVX2 CPU optimizations)
- depends = cxxopts
depends = abseil-cpp
depends = boost
depends = openmpi
=====================================
PKGBUILD
=====================================
@@ -8,16 +8,16 @@ pkgname=("${pkgbase}" "${pkgbase}-opt" "${pkgbase}-rocm"
"${pkgbase}-opt-rocm"
"python-${pkgbase}-rocm" "python-${pkgbase}-opt-rocm")
pkgver=1.16.3
_pkgdesc='Cross-platform, high performance scoring engine for ML models'
-pkgrel=5
+pkgrel=6
arch=('x86_64')
url='https://github.com/microsoft/onnxruntime'
license=('MIT')
-depends=('cxxopts' 'abseil-cpp' 'boost' 'openmpi' 'nsync' 'onednn'
'intel-oneapi-mkl')
+depends=('abseil-cpp' 'boost' 'openmpi' 'nsync' 'onednn' 'intel-oneapi-mkl')
#
https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/python/tools/transformers/requirements.txt
_pydepends=('python-onnx' 'python-numpy' 'python-coloredlogs' 'python-psutil'
'python-py-cpuinfo' 'python-sympy' 'python-scipy' 'python-pillow'
'python-flatbuffers' 'python-protobuf' 'python-packaging')
-makedepends=('git' 'cmake' 'ninja' 'pybind11' 'nlohmann-json' 'chrono-date'
'eigen'
+makedepends=('git' 'cmake' 'ninja' 'pybind11' 'nlohmann-json' 'chrono-date'
'eigen' 'cxxopts'
'python-setuptools' 'python-installer' 'python-wheel'
'python-build'
'cuda' 'cudnn' 'nccl' 'rocm-hip-sdk' 'hipify-clang'
'rocm-smi-lib' 'roctracer')
makedepends+=("${_pydepends[@]}")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/onnxruntime/-/commit/e3b48873a057304d613752cdcc52e055a8cf0a25
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/onnxruntime/-/commit/e3b48873a057304d613752cdcc52e055a8cf0a25
You're receiving this email because of your account on gitlab.archlinux.org.