From: "罗百科" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hipcc/
Date: Mon, 30 Oct 2023 09:22:36 +0000 (UTC) [thread overview]
Message-ID: <1698657748.5c54ff971572e56afd6c3f317bf2bbe0a7c01297.patrick@gentoo> (raw)
commit: 5c54ff971572e56afd6c3f317bf2bbe0a7c01297
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 09:21:31 2023 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> 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 <patrick <AT> 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="!<dev-util/hip-5.7"
+
+src_prepare() {
+ # hardcoded paths are wrong
+ sed -i -e 's~$ROCM_PATH/llvm/bin~/usr/lib/llvm/17/bin~' bin/hipvars.pm || die
+ cmake_src_prepare
+}
next reply other threads:[~2023-10-30 9:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-30 9:22 罗百科 [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-08 10:07 [gentoo-commits] repo/gentoo:master commit in: dev-util/hipcc/ Patrick Lauer
2024-12-01 7:57 Patrick Lauer
2024-07-28 8:04 Patrick Lauer
2024-06-26 9:21 Sam James
2024-01-07 15:39 罗百科
2023-12-23 10:43 罗百科
2023-11-19 13:09 罗百科
2023-11-19 11:30 罗百科
2023-10-19 16:17 罗百科
2023-10-19 16:01 罗百科
2023-10-19 10:40 罗百科
2023-10-19 10:38 罗百科
2023-10-09 16:27 罗百科
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1698657748.5c54ff971572e56afd6c3f317bf2bbe0a7c01297.patrick@gentoo \
--to=patrick@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox