diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-09 21:12:06 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-09 21:12:06 +0200 |
| commit | 6d8c4016c5f135d4a2ecc1247cb14623e4544dbd (patch) | |
| tree | 42504b4c25ae8474e3e29c5a60b29db0d3174a19 /claude-desktop-bin/slack-desc | |
| parent | 5fce7502014a8629c95eb923d713a2950e707247 (diff) | |
| download | my-slackbuilds-main.tar.gz my-slackbuilds-main.zip | |
openvino: bundle xbyak instead of using the system packagemain
System xbyak's cmake config exports a bare -isystem /usr/include, which
makes GCC 15 fail to resolve #include_next <stdlib.h> and aborts the build
in src/core/model.cpp. Bundle openvino's pinned xbyak submodule (v7.23.1,
commit 0d67fd15) via the bundle_dep helper and drop xbyak from REQUIRES, so
find_package(xbyak) finds nothing system-wide and falls back to the bundled
copy. Matches the approach the Arch PKGBUILD takes.
The xbyak submodule sits directly at thirdparty/xbyak (no nested wrapper
dir), so bundle_dep is called with thirdparty as the parent.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'claude-desktop-bin/slack-desc')
0 files changed, 0 insertions, 0 deletions
