summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2023-10-09 16:22:58 +0000
committerPatrick Lauer <patrick@gentoo.org>2023-10-09 16:27:42 +0000
commit97d61219a0105a8fd6300a960efa8e10c74f7bbb (patch)
tree6cc900087bd5934d5a7ca1aa42c09ba268e4e245
parentmedia-sound/qjackctl: Stabilize 0.9.12 x86, #915470 (diff)
downloadgentoo-97d61219a0105a8fd6300a960efa8e10c74f7bbb.tar.gz
gentoo-97d61219a0105a8fd6300a960efa8e10c74f7bbb.tar.bz2
gentoo-97d61219a0105a8fd6300a960efa8e10c74f7bbb.zip
dev-util/hipcc: new package, add 5.7.0
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
-rw-r--r--dev-util/hipcc/Manifest1
-rw-r--r--dev-util/hipcc/hipcc-5.7.0.ebuild19
-rw-r--r--dev-util/hipcc/metadata.xml27
3 files changed, 47 insertions, 0 deletions
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>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>candrews@gentoo.org</email>
+ <name>Craig Andrews</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>patrick@gentoo.org</email>
+ <name>Patrick Lauer</name>
+ </maintainer>
+ <maintainer type="person" proxied="yes">
+ <email>xgreenlandforwyy@gmail.com</email>
+ <name>Yiyang Wu</name>
+ </maintainer>
+ <maintainer type="person" proxied="yes">
+ <email>gentoo@holzke.net</email>
+ <name>Wilfried Holzke</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ROCm-Developer-Tools/hipcc</remote-id>
+ </upstream>
+</pkgmetadata>