summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorinhzus2022-08-28 06:24:05 +0000
committerinhzus2022-08-28 06:24:05 +0000
commitbf5a627cf4183aa12025305cbf803fa60868176d (patch)
tree20be83bfa046d4f28e022763a3208dadcb836dbd
downloadaur-bf5a627cf4183aa12025305cbf803fa60868176d.tar.gz
onnxruntime lib 1.12.1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD27
2 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e5b37a7d2f31
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = onnxruntime-lib-git
+ pkgdesc = ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
+ pkgver = 1.12.1
+ pkgrel = 1
+ url = https://www.onnxruntime.ai/
+ arch = x86_64
+ license = MIT
+ provides = onnxruntime
+ conflicts = onnxruntime
+ source = https://github.com/microsoft/onnxruntime/releases/download/v1.12.1/onnxruntime-linux-x64-1.12.1.tgz
+ md5sums = SKIP
+
+pkgname = onnxruntime-lib-git
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..02c2a64def7e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,27 @@
+pkgname=onnxruntime-lib-git
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator"
+arch=('x86_64')
+url="https://www.onnxruntime.ai/"
+license=('MIT')
+groups=()
+depends=()
+makedepends=()
+provides=("onnxruntime")
+conflicts=("onnxruntime")
+replaces=()
+backup=()
+options=()
+# install=
+source=("https://github.com/microsoft/onnxruntime/releases/download/v${pkgver}/onnxruntime-linux-x64-${pkgver}.tgz")
+noextract=()
+md5sums=('SKIP')
+
+# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for
+# a description of each element in the source array.
+
+package() {
+ install -D "${srcdir}/onnxruntime-linux-x64-${pkgver}/include"/* -t "${pkgdir}/usr/include"
+ install -D "${srcdir}/onnxruntime-linux-x64-${pkgver}/lib"/* -t "${pkgdir}/usr/lib"
+} \ No newline at end of file