commit: 97d61219a0105a8fd6300a960efa8e10c74f7bbb Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Mon Oct 9 16:22:58 2023 +0000 Commit: 罗百科 <patrick <AT> gentoo <DOT> 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 <patrick <AT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Craig Andrews</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Patrick Lauer</name> + </maintainer> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Yiyang Wu</name> + </maintainer> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Wilfried Holzke</name> + </maintainer> + <upstream> + <remote-id type="github">ROCm-Developer-Tools/hipcc</remote-id> + </upstream> +</pkgmetadata>
