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 5ECA6158090 for ; Sun, 1 May 2022 09:22:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72485E0AB4; Sun, 1 May 2022 09:22:25 +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 52E95E0AB4 for ; Sun, 1 May 2022 09:22:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 16E643415A4 for ; Sun, 1 May 2022 09:22:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77BA4344 for ; Sun, 1 May 2022 09:22:22 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1651396935.cd62673fa29da0f8bdaced597fdfeb3df23168d0.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hipSPARSE/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/hipSPARSE/hipSPARSE-4.3.0-r1.ebuild sci-libs/hipSPARSE/hipSPARSE-4.3.0.ebuild X-VCS-Directories: sci-libs/hipSPARSE/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: cd62673fa29da0f8bdaced597fdfeb3df23168d0 X-VCS-Branch: master Date: Sun, 1 May 2022 09:22:22 +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: eca4f18e-6009-4edc-90ec-614703ec971a X-Archives-Hash: 7171a43442b7ca6ee04f7ebe4e470a64 commit: cd62673fa29da0f8bdaced597fdfeb3df23168d0 Author: Benda Xu gentoo org> AuthorDate: Sun May 1 09:18:38 2022 +0000 Commit: Benda XU gentoo org> CommitDate: Sun May 1 09:22:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd62673f sci-libs/hipSPARSE: remove unused cmake variable __skip_rocmclang was used to avoid configuration error for cmake-3.21.(1|2), which don't exist among ebuilds anymore. Closes: https://bugs.gentoo.org/829077 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Benda Xu gentoo.org> .../hipSPARSE/{hipSPARSE-4.3.0.ebuild => hipSPARSE-4.3.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/hipSPARSE/hipSPARSE-4.3.0.ebuild b/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r1.ebuild similarity index 94% rename from sci-libs/hipSPARSE/hipSPARSE-4.3.0.ebuild rename to sci-libs/hipSPARSE/hipSPARSE-4.3.0-r1.ebuild index 99acf36c8593..9acb3016c001 100644 --- a/sci-libs/hipSPARSE/hipSPARSE-4.3.0.ebuild +++ b/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,7 +42,8 @@ RDEPEND="dev-util/rocminfo:${SLOT} dev-util/hip:${SLOT} sci-libs/rocSPARSE:${SLOT}" DEPEND="${RDEPEND}" -BDEPEND="dev-util/rocm-cmake:${SLOT} +BDEPEND="dev-util/rocm-cmake + >=dev-util/cmake-3.22 test? ( dev-cpp/gtest )" S="${WORKDIR}/hipSPARSE-rocm-${PV}" @@ -91,7 +92,6 @@ src_configure() { -DCMAKE_SKIP_RPATH="ON" -DCMAKE_INSTALL_INCLUDEDIR=include/hipsparse ${AMDGPU_TARGETS+-DAMDGPU_TARGETS="${AMDGPU_TARGETS}"} - -D__skip_rocmclang="ON" ## fix cmake-3.21 configuration issue caused by officialy support programming language "HIP" ) cmake_src_configure