aboutsummaryrefslogtreecommitdiffstats
path: root/python3-onnxruntime
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-20 18:43:40 +0200
committerDanilo M. <danix@danix.xyz>2026-08-20 18:43:40 +0200
commitb9e8c9bfce44bcc9afb6ae6d41a0c3096f3acf1b (patch)
treed0087ff526af21b3110c48bb2dcdc119b18a9174 /python3-onnxruntime
parent5d4662795cc58d12648b77aeafda78c2ae1dcd8d (diff)
downloadmy-slackbuilds-b9e8c9bfce44bcc9afb6ae6d41a0c3096f3acf1b.tar.gz
my-slackbuilds-b9e8c9bfce44bcc9afb6ae6d41a0c3096f3acf1b.zip
python3-onnxruntime: update to 1.29.0
Diffstat (limited to 'python3-onnxruntime')
-rw-r--r--python3-onnxruntime/python3-onnxruntime.SlackBuild8
-rw-r--r--python3-onnxruntime/python3-onnxruntime.info6
2 files changed, 9 insertions, 5 deletions
diff --git a/python3-onnxruntime/python3-onnxruntime.SlackBuild b/python3-onnxruntime/python3-onnxruntime.SlackBuild
index 8ed4fa8..5b9fb74 100644
--- a/python3-onnxruntime/python3-onnxruntime.SlackBuild
+++ b/python3-onnxruntime/python3-onnxruntime.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-onnxruntime
-VERSION=${VERSION:-1.28.0}
+VERSION=${VERSION:-1.29.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -55,7 +55,11 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
python3 -m installer --destdir "$PKG" \
- "$CWD/$SRCNAM-$VERSION-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"
+ "$CWD/$SRCNAM-$VERSION-cp312-cp312-manylinux_2_28_x86_64.whl"
+
+# The wheel ships the CPython extension as non-executable; sbopkglint wants
+# ELF shared objects executable.
+find $PKG -type f -name '*.so' -exec chmod 755 {} \;
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python3-onnxruntime/python3-onnxruntime.info b/python3-onnxruntime/python3-onnxruntime.info
index 9467aef..785f6f9 100644
--- a/python3-onnxruntime/python3-onnxruntime.info
+++ b/python3-onnxruntime/python3-onnxruntime.info
@@ -1,10 +1,10 @@
PRGNAM="python3-onnxruntime"
-VERSION="1.28.0"
+VERSION="1.29.0"
HOMEPAGE="https://onnxruntime.ai"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://files.pythonhosted.org/packages/95/df/5486ab03e9be288d5268867054c8b04bebcf95bfd12e801c05cc67703dab/onnxruntime-1.28.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"
-MD5SUM_x86_64="258a080e08af37975110dce6ca2bf697"
+DOWNLOAD_x86_64="https://files.pythonhosted.org/packages/96/eb/e6968f5e41aac3125f2ff5708855f09cb0b70d85ed3115b625b0b58305ba/onnxruntime-1.29.0-cp312-cp312-manylinux_2_28_x86_64.whl"
+MD5SUM_x86_64="2f9df5da141ba97157871e2694f7816c"
REQUIRES="flatbuffers"
MAINTAINER="danix"
EMAIL="danix@danix.xyz"