From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9A86159C96 for ; Mon, 22 Jul 2024 17:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32E09E2A5B; Mon, 22 Jul 2024 17:14:21 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E9AFE2A5B for ; Mon, 22 Jul 2024 17:14:21 +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 0BD133409C8 for ; Mon, 22 Jul 2024 17:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BE0010AD for ; Mon, 22 Jul 2024 17:14:18 +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: <1721668415.3176c1b32da0c6f3f9981fc4e606e6a5d9c9fd7e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/caffe2/caffe2-2.3.1.ebuild X-VCS-Directories: sci-libs/caffe2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 3176c1b32da0c6f3f9981fc4e606e6a5d9c9fd7e X-VCS-Branch: master Date: Mon, 22 Jul 2024 17:14:18 +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: 960b305d-2323-46c1-b8fd-ad1492d47367 X-Archives-Hash: a3a34aec4f9658bf1706b81931afde5e commit: 3176c1b32da0c6f3f9981fc4e606e6a5d9c9fd7e Author: Alfredo Tupone gentoo org> AuthorDate: Mon Jul 22 17:11:34 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jul 22 17:13:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3176c1b3 sci-libs/caffe2: fix deps Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/caffe2/caffe2-2.3.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/caffe2/caffe2-2.3.1.ebuild b/sci-libs/caffe2/caffe2-2.3.1.ebuild index 51bab7c5dac7..6355d0083336 100644 --- a/sci-libs/caffe2/caffe2-2.3.1.ebuild +++ b/sci-libs/caffe2/caffe2-2.3.1.ebuild @@ -70,6 +70,7 @@ RDEPEND=" =sci-libs/rocThrust-5.7*[${ROCM_USEDEP}] =sci-libs/rocPRIM-5.7*[${ROCM_USEDEP}] =sci-libs/hipBLAS-5.7*[${ROCM_USEDEP}] + sci-libs/hipBLASLt =sci-libs/hipFFT-5.7*[${ROCM_USEDEP}] =sci-libs/hipSPARSE-5.7*[${ROCM_USEDEP}] =sci-libs/hipRAND-5.7*[${ROCM_USEDEP}]