commit: feac46a315e1033f0c35b6fa1a5108b8a8ab7e47 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Jul 2 15:46:29 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Jul 2 15:47:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feac46a3
sci-ml/caffe2: require newer nvidia-cuda-toolkit Closes: https://bugs.gentoo.org/959386 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-ml/caffe2/{caffe2-2.7.1.ebuild => caffe2-2.7.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-ml/caffe2/caffe2-2.7.1.ebuild b/sci-ml/caffe2/caffe2-2.7.1-r1.ebuild similarity index 99% rename from sci-ml/caffe2/caffe2-2.7.1.ebuild rename to sci-ml/caffe2/caffe2-2.7.1-r1.ebuild index 9a4c0fbb3f55..f06f1e769a20 100644 --- a/sci-ml/caffe2/caffe2-2.7.1.ebuild +++ b/sci-ml/caffe2/caffe2-2.7.1-r1.ebuild @@ -81,7 +81,7 @@ RDEPEND=" cuda? ( dev-libs/cudnn >=sci-ml/cudnn-frontend-1.0.3:0/8 - dev-util/nvidia-cuda-toolkit:=[profiler] + >=dev-util/nvidia-cuda-toolkit-12.9:=[profiler] cusparselt? ( dev-libs/cusparselt ) ) fbgemm? ( sci-ml/FBGEMM )
