summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-10-16 15:27:05 +0200
committersL1pKn072023-10-16 15:27:05 +0200
commit31e379cd814de364b4ec244962bd7ae8beaa40bb (patch)
treeb728d678a8c490fbf42db39abb5c7ebc4b278342
parentf2d7062c2d28df6cb1ce868452b36fcfc91f6ba5 (diff)
downloadaur-31e379cd814de364b4ec244962bd7ae8beaa40bb.tar.gz
ups
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09ed5e51c581..1a3768f8c5f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,8 @@ pkgbase = python-onnxruntime
makedepends = boost
makedepends = eigen
makedepends = onednn
+ makedepends = nsync
+ makedepends = openmpi
makedepends = python-coloredlogs
makedepends = python-flatbuffers
makedepends = python-numpy
@@ -27,7 +29,6 @@ pkgbase = python-onnxruntime
makedepends = python-wheel
makedepends = python-build
makedepends = chrpath
- makedepends = nsync
makedepends = cuda
makedepends = cudnn
makedepends = nccl
diff --git a/PKGBUILD b/PKGBUILD
index 2507f7894d5c..3a429a1c94b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,6 +41,8 @@ makedepends=(
# 'flatbuffers'
'onednn'
# 're2'
+ 'nsync'
+ 'openmpi'
'python-coloredlogs'
'python-flatbuffers'
'python-numpy'
@@ -50,8 +52,8 @@ makedepends=(
'python-installer'
'python-wheel'
'python-build'
+
'chrpath'
- 'nsync'
)
# not de-vendored libraries
# onnx: needs shared libonnx (https://github.com/onnx/onnx/issues/3030)