commit: 0765197bb784406123ff91e3dba488c19f19cde0 Author: Pavel Sobolev <contact <AT> paveloom <DOT> dev> AuthorDate: Sat Aug 30 13:34:37 2025 +0000 Commit: Pavel Sobolev <contact <AT> paveloom <DOT> dev> CommitDate: Sat Aug 30 14:40:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0765197b
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 <AT> paveloom.dev> sci-libs/onnxruntime/onnxruntime-1.22.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/onnxruntime/onnxruntime-1.22.2.ebuild b/sci-libs/onnxruntime/onnxruntime-1.22.2.ebuild index c8b5bb9039..455e1644c4 100644 --- a/sci-libs/onnxruntime/onnxruntime-1.22.2.ebuild +++ b/sci-libs/onnxruntime/onnxruntime-1.22.2.ebuild @@ -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}
