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 39793158089 for ; Thu, 19 Oct 2023 10:39:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8161A2BC071; Thu, 19 Oct 2023 10:38:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B2CB2BC071 for ; Thu, 19 Oct 2023 10:38:59 +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 B935F335D3A for ; Thu, 19 Oct 2023 10:38:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33E951294 for ; Thu, 19 Oct 2023 10:38:56 +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: <1697711926.aa67c16de93b1d9997a29f9323c356a1d4050f7b.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.1.ebuild X-VCS-Directories: dev-util/hipcc/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: aa67c16de93b1d9997a29f9323c356a1d4050f7b X-VCS-Branch: master Date: Thu, 19 Oct 2023 10:38:56 +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: a69d1101-7850-4bc1-88bc-12e6fd005f67 X-Archives-Hash: 83df89a1977b23585b0e7b6d22ecaebc commit: aa67c16de93b1d9997a29f9323c356a1d4050f7b Author: Patrick Lauer gentoo org> AuthorDate: Thu Oct 19 10:37:49 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Thu Oct 19 10:38:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa67c16d dev-util/hipcc: add 5.7.1 Signed-off-by: Patrick Lauer gentoo.org> dev-util/hipcc/Manifest | 1 + dev-util/hipcc/hipcc-5.7.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-util/hipcc/Manifest b/dev-util/hipcc/Manifest index 77ab00cb0bfc..5980ac7a2c6a 100644 --- a/dev-util/hipcc/Manifest +++ b/dev-util/hipcc/Manifest @@ -1 +1,2 @@ DIST hipcc-5.7.0.tar.gz 36589 BLAKE2B 6dba983a0dd15e77df06445c3bc512d190e86a47d1a18689234e97a47d452a49619dcd680334041ff114a5bbe5bc37d77e37c85b6a18ffc2f8236f4b72024dd2 SHA512 b9f44c82623136a91b20bf541140b75e61a9bfa89b977ab84512ef8509c61c874887aed20a33f4e927469ed96222ba5d01df47eb6324f3f0f119ae2e31f2567d +DIST hipcc-5.7.1.tar.gz 36589 BLAKE2B a8ae6bd9f0f985d78119223b67b5b35b8d1ee38edb7e43c1e77752d203fe2c8b669b3bcff0cec661054d8cb24f799e7784a49eb0664bdd1dc2bf024ce026c175 SHA512 2d232c8dd4a47de6e0cff9d37b4e63a26cb1809ef2ff3a119c15e992cae96ffc2f4d8c1ddffd8732dea3a3d589a93e177f424a6174f982908aa50904e265432a diff --git a/dev-util/hipcc/hipcc-5.7.1.ebuild b/dev-util/hipcc/hipcc-5.7.1.ebuild new file mode 100644 index 000000000000..062d629e1a4c --- /dev/null +++ b/dev-util/hipcc/hipcc-5.7.1.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}