sci-libs/onnxruntime: avoid building with >=sci-ml/onnx-1.18

`sci-ml/onnx` v1.18.0 contains a change that prevents
`onnxruntime` from building successfully.

Bug: https://github.com/microsoft/onnxruntime/issues/24561

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-08-30 16:34:37 +03:00
parent b5b5ce7588
commit 0765197bb7

View File

@@ -32,7 +32,7 @@ RDEPEND="
dev-libs/cpuinfo
dev-libs/protobuf:=
dev-libs/re2:=
sci-ml/onnx[disableStaticReg]
<sci-ml/onnx-1.18[disableStaticReg]
python? (
${PYTHON_DEPS}