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 CD3F1158089 for ; Mon, 9 Oct 2023 16:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 206222BC01E; Mon, 9 Oct 2023 16:27:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F38972BC01E for ; Mon, 9 Oct 2023 16:27:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 140E7335C56 for ; Mon, 9 Oct 2023 16:27:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A85928EB for ; Mon, 9 Oct 2023 16:27:48 +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: <1696868862.97d61219a0105a8fd6300a960efa8e10c74f7bbb.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hipcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/hipcc/Manifest dev-util/hipcc/hipcc-5.7.0.ebuild dev-util/hipcc/metadata.xml X-VCS-Directories: dev-util/hipcc/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 97d61219a0105a8fd6300a960efa8e10c74f7bbb X-VCS-Branch: master Date: Mon, 9 Oct 2023 16:27:48 +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: 41a6d8ce-d237-4850-b961-a4326d1a7c23 X-Archives-Hash: ea8a086061f0ce87d73db602ffd89fad commit: 97d61219a0105a8fd6300a960efa8e10c74f7bbb Author: Patrick Lauer gentoo org> AuthorDate: Mon Oct 9 16:22:58 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Mon Oct 9 16:27:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d61219 dev-util/hipcc: new package, add 5.7.0 Signed-off-by: Patrick Lauer gentoo.org> dev-util/hipcc/Manifest | 1 + dev-util/hipcc/hipcc-5.7.0.ebuild | 19 +++++++++++++++++++ dev-util/hipcc/metadata.xml | 27 +++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/dev-util/hipcc/Manifest b/dev-util/hipcc/Manifest new file mode 100644 index 000000000000..77ab00cb0bfc --- /dev/null +++ b/dev-util/hipcc/Manifest @@ -0,0 +1 @@ +DIST hipcc-5.7.0.tar.gz 36589 BLAKE2B 6dba983a0dd15e77df06445c3bc512d190e86a47d1a18689234e97a47d452a49619dcd680334041ff114a5bbe5bc37d77e37c85b6a18ffc2f8236f4b72024dd2 SHA512 b9f44c82623136a91b20bf541140b75e61a9bfa89b977ab84512ef8509c61c874887aed20a33f4e927469ed96222ba5d01df47eb6324f3f0f119ae2e31f2567d diff --git a/dev-util/hipcc/hipcc-5.7.0.ebuild b/dev-util/hipcc/hipcc-5.7.0.ebuild new file mode 100644 index 000000000000..062d629e1a4c --- /dev/null +++ b/dev-util/hipcc/hipcc-5.7.0.ebuild @@ -0,0 +1,19 @@ +# 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} diff --git a/dev-util/hipcc/metadata.xml b/dev-util/hipcc/metadata.xml new file mode 100644 index 000000000000..d280423bad96 --- /dev/null +++ b/dev-util/hipcc/metadata.xml @@ -0,0 +1,27 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + candrews@gentoo.org + Craig Andrews + + + patrick@gentoo.org + Patrick Lauer + + + xgreenlandforwyy@gmail.com + Yiyang Wu + + + gentoo@holzke.net + Wilfried Holzke + + + ROCm-Developer-Tools/hipcc + +