From 09116a8ba064c88bd8332af587c4b786e6d44a67 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Wed, 12 Aug 2026 21:49:31 +0200 Subject: [PATCH] sci-ml/caffe2: depends on older FBGEMM Closes: https://bugs.gentoo.org/980635 Signed-off-by: Alfredo Tupone --- .../caffe2/{caffe2-2.12.0-r2.ebuild => caffe2-2.12.0-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sci-ml/caffe2/{caffe2-2.12.0-r2.ebuild => caffe2-2.12.0-r3.ebuild} (99%) diff --git a/sci-ml/caffe2/caffe2-2.12.0-r2.ebuild b/sci-ml/caffe2/caffe2-2.12.0-r3.ebuild similarity index 99% rename from sci-ml/caffe2/caffe2-2.12.0-r2.ebuild rename to sci-ml/caffe2/caffe2-2.12.0-r3.ebuild index be9be31785442..0d6292094f8e7 100644 --- a/sci-ml/caffe2/caffe2-2.12.0-r2.ebuild +++ b/sci-ml/caffe2/caffe2-2.12.0-r3.ebuild @@ -80,7 +80,7 @@ RDEPEND=" >=dev-util/nvidia-cuda-toolkit-12.9:=[profiler] cusparselt? ( dev-libs/cusparselt ) ) - fbgemm? ( >=sci-ml/FBGEMM-1.4 ) + fbgemm? ( =sci-ml/FBGEMM-1.4* ) gloo? ( >=sci-ml/gloo-2025.06.04[cuda?,rocm?] ) kineto? ( ~sci-ml/kineto-0.4.0_p20260323 ) mimalloc? ( dev-libs/mimalloc )