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 7CE7D158089 for ; Mon, 30 Oct 2023 09:22:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFFC22BC013; Mon, 30 Oct 2023 09:22:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7F0D2BC013 for ; Mon, 30 Oct 2023 09:22:38 +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 C51F8335C52 for ; Mon, 30 Oct 2023 09:22:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1937112F1 for ; Mon, 30 Oct 2023 09:22:36 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1698657748.5c54ff971572e56afd6c3f317bf2bbe0a7c01297.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hipcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/hipcc/hipcc-5.7.1-r1.ebuild X-VCS-Directories: dev-util/hipcc/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 5c54ff971572e56afd6c3f317bf2bbe0a7c01297 X-VCS-Branch: master Date: Mon, 30 Oct 2023 09:22:36 +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: f7242c42-136c-40ef-9469-8beba7758bb2 X-Archives-Hash: ded6f567b03577f75230449c7e0835ba commit: 5c54ff971572e56afd6c3f317bf2bbe0a7c01297 Author: Patrick Lauer gentoo org> AuthorDate: Mon Oct 30 09:21:31 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Mon Oct 30 09:22:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c54ff97 dev-util/hipcc: Fix paths Crude hack to make the autodetection not go horribly wrong. Signed-off-by: Patrick Lauer gentoo.org> dev-util/hipcc/hipcc-5.7.1-r1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/dev-util/hipcc/hipcc-5.7.1-r1.ebuild b/dev-util/hipcc/hipcc-5.7.1-r1.ebuild new file mode 100644 index 000000000000..78f9a80f3561 --- /dev/null +++ b/dev-util/hipcc/hipcc-5.7.1-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Radeon Open Compute hipcc" +HOMEPAGE="https://github.com/ROCm-Developer-Tools/hipcc" + +KEYWORDS="~amd64" +SRC_URI="https://github.com/ROCm-Developer-Tools/hipcc/archive/refs/tags/rocm-${PV}.tar.gz -> hipcc-${PV}.tar.gz" + +LICENSE="Apache-2.0 MIT" +SLOT="0/$(ver_cut 1-2)" +IUSE="debug test" +RESTRICT="!test? ( test )" + +S=${WORKDIR}/HIPCC-rocm-${PV} + +RDEPEND="!