Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/
Date: Tue, 28 Feb 2023 07:12:38
Message-Id: 1677568320.7a54b4eda38431f1b3cfdd61c9611df8292cba91.tupone@gentoo
1 commit: 7a54b4eda38431f1b3cfdd61c9611df8292cba91
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 19:13:08 2023 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 07:12:00 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a54b4ed
7
8 sci-libs/caffe2: CUDA 12 not supported yet
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 sci-libs/caffe2/{caffe2-1.13.1-r1.ebuild => caffe2-1.13.1-r2.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-libs/caffe2/caffe2-1.13.1-r1.ebuild b/sci-libs/caffe2/caffe2-1.13.1-r2.ebuild
16 similarity index 97%
17 rename from sci-libs/caffe2/caffe2-1.13.1-r1.ebuild
18 rename to sci-libs/caffe2/caffe2-1.13.1-r2.ebuild
19 index c2bc254f2787..d985af6d9995 100644
20 --- a/sci-libs/caffe2/caffe2-1.13.1-r1.ebuild
21 +++ b/sci-libs/caffe2/caffe2-1.13.1-r2.ebuild
22 @@ -24,6 +24,7 @@ REQUIRED_USE="
23 ffmpeg? ( opencv )
24 " # ?? ( cuda rocm )
25
26 +# CUDA 12 not supported yet: https://github.com/pytorch/pytorch/issues/91122
27 RDEPEND="
28 ${PYTHON_DEPS}
29 dev-cpp/gflags:=
30 @@ -39,7 +40,7 @@ RDEPEND="
31 cuda? (
32 =dev-libs/cudnn-8*
33 dev-libs/cudnn-frontend:0/8
34 - dev-util/nvidia-cuda-toolkit:=[profiler]
35 + <dev-util/nvidia-cuda-toolkit-12:=[profiler]
36 )
37 ffmpeg? ( media-video/ffmpeg:= )
38 nnpack? ( sci-libs/NNPACK )