aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openvino/openvino.SlackBuild5
-rw-r--r--openvino/openvino.info8
2 files changed, 10 insertions, 3 deletions
diff --git a/openvino/openvino.SlackBuild b/openvino/openvino.SlackBuild
index e4c68f3..ec33633 100644
--- a/openvino/openvino.SlackBuild
+++ b/openvino/openvino.SlackBuild
@@ -35,6 +35,7 @@ COMMIT_FLATBUFFERS=595bf0007ab1929570c7671f091313c8fc20644e
COMMIT_ONNX=e709452ef2bbc1d113faf678c24e6d3467696e83
COMMIT_ITTAPI=ca45fef1a12cef3316e6ff362a4d36571270e392
COMMIT_PROTOBUF=f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c
+COMMIT_XBYAK=0d67fd1530016b7c56f3cd74b3fca920f4c3e2b4
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -116,6 +117,10 @@ bundle_dep thirdparty/flatbuffers flatbuffers "flatbuffers-$COMMIT_FLATBUFFERS.t
bundle_dep thirdparty/onnx onnx "onnx-$COMMIT_ONNX.tar.gz"
bundle_dep thirdparty/ittapi ittapi "ittapi-$COMMIT_ITTAPI.tar.gz"
bundle_dep thirdparty/protobuf protobuf "protobuf-$COMMIT_PROTOBUF.tar.gz"
+# Bundle xbyak rather than use the system package: its cmake config exports a
+# bare -isystem /usr/include, which breaks GCC 15's #include_next <stdlib.h>.
+# Its submodule sits directly at thirdparty/xbyak (no nested wrapper dir).
+bundle_dep thirdparty xbyak "xbyak-$COMMIT_XBYAK.tar.gz"
bundle_dep src/plugins/intel_cpu/thirdparty mlas "mlas-$COMMIT_MLAS.tar.gz"
bundle_dep src/plugins/intel_cpu/thirdparty onednn "oneDNN-$COMMIT_ONEDNN.tar.gz"
bundle_dep src/plugins/intel_gpu/thirdparty onednn_gpu "oneDNN-$COMMIT_ONEDNN_GPU.tar.gz"
diff --git a/openvino/openvino.info b/openvino/openvino.info
index 604fa21..ef64618 100644
--- a/openvino/openvino.info
+++ b/openvino/openvino.info
@@ -10,7 +10,8 @@ DOWNLOAD_x86_64="https://github.com/openvinotoolkit/openvino/archive/2026.2.1/op
https://github.com/google/flatbuffers/archive/595bf0007ab1929570c7671f091313c8fc20644e/flatbuffers-595bf0007ab1929570c7671f091313c8fc20644e.tar.gz \
https://github.com/onnx/onnx/archive/e709452ef2bbc1d113faf678c24e6d3467696e83/onnx-e709452ef2bbc1d113faf678c24e6d3467696e83.tar.gz \
https://github.com/intel/ittapi/archive/ca45fef1a12cef3316e6ff362a4d36571270e392/ittapi-ca45fef1a12cef3316e6ff362a4d36571270e392.tar.gz \
- https://github.com/protocolbuffers/protobuf/archive/f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c/protobuf-f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c.tar.gz"
+ https://github.com/protocolbuffers/protobuf/archive/f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c/protobuf-f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c.tar.gz \
+ https://github.com/herumi/xbyak/archive/0d67fd1530016b7c56f3cd74b3fca920f4c3e2b4/xbyak-0d67fd1530016b7c56f3cd74b3fca920f4c3e2b4.tar.gz"
MD5SUM_x86_64="d912a0b8f832cc526fc90e7c0fe4abbd \
0e87473410db355fd9251a2e1337dc32 \
09c8e12d3638ee7fb084035e3c99b914 \
@@ -18,7 +19,8 @@ MD5SUM_x86_64="d912a0b8f832cc526fc90e7c0fe4abbd \
16699a34eed210ecfe6c4d164926350c \
d4b12189e7665ae1211181b6a4905700 \
66726ae396392a1fa43156a0c764ec5e \
- dbd2ff372e1033676a0c3798a8df4a07"
-REQUIRES="xbyak pugixml tbb snappy OpenCL-CLHPP"
+ dbd2ff372e1033676a0c3798a8df4a07 \
+ 9d5a8e3ba68b0d1b693e503a31761779"
+REQUIRES="pugixml tbb snappy OpenCL-CLHPP"
MAINTAINER="Johannes Schoepfer"
EMAIL="slackbuilds@schoepfer.info"