commit: d7dc88822df0b4d3902cda0ef46c996245187f3d
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon May 5 06:24:07 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 5 06:29:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7dc8882
sci-ml/caffe2: kineto is needed runtime
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/caffe2/{caffe2-2.7.0.ebuild => caffe2-2.7.0-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-ml/caffe2/caffe2-2.7.0.ebuild
b/sci-ml/caffe2/caffe2-2.7.0-r1.ebuild
similarity index 99%
rename from sci-ml/caffe2/caffe2-2.7.0.ebuild
rename to sci-ml/caffe2/caffe2-2.7.0-r1.ebuild
index 1ee026bcf176..2d63dc4b5bb3 100644
--- a/sci-ml/caffe2/caffe2-2.7.0.ebuild
+++ b/sci-ml/caffe2/caffe2-2.7.0-r1.ebuild
@@ -53,9 +53,10 @@ RDEPEND="
dev-libs/protobuf:=
dev-libs/pthreadpool
dev-libs/sleef
- virtual/lapack
sci-ml/foxi
+ ~sci-ml/kineto-0.4.0_p20250214
sci-ml/onnx
+ virtual/lapack
cuda? (
dev-libs/cudnn
>=sci-ml/cudnn-frontend-1.0.3:0/8
@@ -105,7 +106,6 @@ DEPEND="
dev-libs/pocketfft
dev-libs/psimd
sci-ml/FP16
- ~sci-ml/kineto-0.4.0_p20250214
$(python_gen_cond_dep '
dev-python/pybind11[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
@@ -232,7 +232,7 @@ src_configure() {
-DUSE_GLOG=ON
-DUSE_GLOO=$(usex gloo)
-DUSE_ITT=OFF
- -DUSE_KINETO=ON # TODO
+ -DUSE_KINETO=ON
-DUSE_KLEIDIAI=OFF # TODO
-DUSE_MAGMA=OFF # TODO: In GURU as sci-libs/magma
-DUSE_MEM_EFF_ATTENTION=$(usex memefficient)