From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B26A158074 for ; Wed, 02 Jul 2025 15:47:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 46D9B3412A5 for ; Wed, 02 Jul 2025 15:47:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3E5E9110320; Wed, 02 Jul 2025 15:47:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 331F7110320 for ; Wed, 02 Jul 2025 15:47:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E843C3412A5 for ; Wed, 02 Jul 2025 15:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54ED22CAD for ; Wed, 02 Jul 2025 15:47:30 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1751471229.feac46a315e1033f0c35b6fa1a5108b8a8ab7e47.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-ml/caffe2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-ml/caffe2/caffe2-2.7.1-r1.ebuild sci-ml/caffe2/caffe2-2.7.1.ebuild X-VCS-Directories: sci-ml/caffe2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: feac46a315e1033f0c35b6fa1a5108b8a8ab7e47 X-VCS-Branch: master Date: Wed, 02 Jul 2025 15:47:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7af84aec-b85d-4e75-8a72-3c14dafbd082 X-Archives-Hash: 930b5d324c69216db89c0893d28bece3 commit: feac46a315e1033f0c35b6fa1a5108b8a8ab7e47 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Jul 2 15:46:29 2025 +0000 Commit: Alfredo Tupone gentoo 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 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 )