commit: 0ea1e12e0ac619df0aecb8aee364d81559fce21c Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Sun Dec 28 12:15:06 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Dec 28 16:05:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea1e12e
sci-ml/caffe2: fix versions for sci-ml/oneDNN and sci-libs/aotriton-bin sci-ml/oneDNN is now unpinned: libdnnl.so.3 interface is stable enough to expect compatibility in a foreseeable future. As for sci-libs/aotriton-bin, it is opposite: caffe2 even links to libaotriton_v2.so.0.11.1, therefore should be rebuilt on aotriton updates. Bug: https://bugs.gentoo.org/967976 Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45187 Closes: https://github.com/gentoo/gentoo/pull/45187 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-ml/caffe2/{caffe2-2.9.1-r1.ebuild => caffe2-2.9.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-ml/caffe2/caffe2-2.9.1-r1.ebuild b/sci-ml/caffe2/caffe2-2.9.1-r2.ebuild similarity index 99% rename from sci-ml/caffe2/caffe2-2.9.1-r1.ebuild rename to sci-ml/caffe2/caffe2-2.9.1-r2.ebuild index 92cced9c2575..7bca767d9949 100644 --- a/sci-ml/caffe2/caffe2-2.9.1-r1.ebuild +++ b/sci-ml/caffe2/caffe2-2.9.1-r2.ebuild @@ -89,7 +89,7 @@ RDEPEND=" numpy? ( $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] ') ) - onednn? ( =sci-ml/oneDNN-3.5* ) + onednn? ( sci-ml/oneDNN ) opencl? ( virtual/opencl ) qnnpack? ( !sci-libs/QNNPACK @@ -110,7 +110,7 @@ RDEPEND=" >=sci-libs/rocBLAS-6.3:= <sci-libs/rocBLAS-7.2:= >=sci-libs/rocRAND-6.3:= <sci-libs/rocRAND-7.2:= >=sci-libs/rocSOLVER-6.3:= <sci-libs/rocSOLVER-7.2:= - memefficient? ( sci-libs/aotriton-bin:0/0.11 ) + memefficient? ( =sci-libs/aotriton-bin-0.11*:= ) distributed? ( >=dev-util/rocm-smi-6.3:= <dev-util/rocm-smi-7.2:= ) ) distributed? (
