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 B24AF1581FD for ; Sat, 06 Sep 2025 15:13:49 +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 9DD0F335D3B for ; Sat, 06 Sep 2025 15:13:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DAA9E110584; Sat, 06 Sep 2025 15:13:14 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C4592110582 for ; Sat, 06 Sep 2025 15:13:14 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72DFD340E49 for ; Sat, 06 Sep 2025 15:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70A26394A for ; Sat, 06 Sep 2025 15:13:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1757171576.b7113d17a3f16312f5a8de14701bdfa1e0b98c2c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocSPARSE/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rocSPARSE/rocSPARSE-6.4.3-r1.ebuild sci-libs/rocSPARSE/rocSPARSE-6.4.3.ebuild X-VCS-Directories: sci-libs/rocSPARSE/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7113d17a3f16312f5a8de14701bdfa1e0b98c2c X-VCS-Branch: master Date: Sat, 06 Sep 2025 15:13:11 +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: 7fabd5a7-6b1c-4c16-b100-6d6f11e21936 X-Archives-Hash: 23777954737a8980339fb8b6304b9678 commit: b7113d17a3f16312f5a8de14701bdfa1e0b98c2c Author: Sv. Lockal gmail com> AuthorDate: Sun Aug 10 14:04:01 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 6 15:12:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7113d17 sci-libs/rocSPARSE: improve dependencies Signed-off-by: Sv. Lockal gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43406 Signed-off-by: Sam James gentoo.org> .../{rocSPARSE-6.4.3.ebuild => rocSPARSE-6.4.3-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-libs/rocSPARSE/rocSPARSE-6.4.3.ebuild b/sci-libs/rocSPARSE/rocSPARSE-6.4.3-r1.ebuild similarity index 98% rename from sci-libs/rocSPARSE/rocSPARSE-6.4.3.ebuild rename to sci-libs/rocSPARSE/rocSPARSE-6.4.3-r1.ebuild index 6c17736942a7..4c0e20d84b76 100644 --- a/sci-libs/rocSPARSE/rocSPARSE-6.4.3.ebuild +++ b/sci-libs/rocSPARSE/rocSPARSE-6.4.3-r1.ebuild @@ -47,8 +47,11 @@ KEYWORDS="~amd64" IUSE="benchmark test" REQUIRED_USE="${ROCM_REQUIRED_USE}" -RDEPEND="=dev-util/hip-6* - sci-libs/rocPRIM:${SLOT}" +RDEPEND=" + dev-util/hip:${SLOT} + sci-libs/rocPRIM:${SLOT} + sci-libs/rocBLAS:${SLOT} +" DEPEND="${RDEPEND}" BDEPEND="test? ( dev-cpp/gtest