From: "罗百科" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rocm-cmake/
Date: Mon, 9 Oct 2023 12:34:03 +0000 (UTC) [thread overview]
Message-ID: <1696854818.4e3d7a5c3e0856b957846ecf9779e0cf3e86c743.patrick@gentoo> (raw)
commit: 4e3d7a5c3e0856b957846ecf9779e0cf3e86c743
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 9 12:22:19 2023 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 12:33:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3d7a5c
dev-util/rocm-cmake: add 5.7.0
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
dev-util/rocm-cmake/Manifest | 1 +
dev-util/rocm-cmake/rocm-cmake-5.7.0.ebuild | 31 +++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-util/rocm-cmake/Manifest b/dev-util/rocm-cmake/Manifest
index 056da6da31f1..4cd6298032b2 100644
--- a/dev-util/rocm-cmake/Manifest
+++ b/dev-util/rocm-cmake/Manifest
@@ -1 +1,2 @@
DIST rocm-cmake-5.4.3.tar.gz 46215 BLAKE2B ecdf93829ae77c1046157e4c8f219b74ebd30798e11be5fd270fe8dd568cbe5bbf25abdafbe18b0dcb185d97ca535a9aa2a1dfb7d973d17f167776b120f553d3 SHA512 fe039ea5bcab142c8cd3723aa570253f13f03fe5c500b0828275cc246a034ed52b9b7a47994e4caf72ae0402acf4e73e80b28224cc7874d85f94fd8e0e42947c
+DIST rocm-cmake-5.7.0.tar.gz 50943 BLAKE2B 615a1a7e1630f4b6c3d3fe4a57a2ef042f4d33b3fb39c4ed82d8d2cb7b7c0d964dfb6f0f61b9a57944d0024d0aa76574a111d6b35fb64b402c18e2d02c8ac8a8 SHA512 96bf8788c0a7bfc7e4d52531cf0819fc7207ac2c30f7202bd4f8390e4c2a85e1b417ee6490d9c88f887872f5a278f7d85c86768afd9d3149b92f457b0f5f5b95
diff --git a/dev-util/rocm-cmake/rocm-cmake-5.7.0.ebuild b/dev-util/rocm-cmake/rocm-cmake-5.7.0.ebuild
new file mode 100644
index 000000000000..da962513dea8
--- /dev/null
+++ b/dev-util/rocm-cmake/rocm-cmake-5.7.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+if [[ ${PV} == *9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/RadeonOpenCompute/rocm-cmake/"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/rocm-cmake-rocm-${PV}"
+fi
+
+DESCRIPTION="Radeon Open Compute CMake Modules"
+HOMEPAGE="https://github.com/RadeonOpenCompute/rocm-cmake"
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+RESTRICT="test"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-5.0.2-license.patch
+)
+
+src_prepare() {
+ sed -e "/ROCM_INSTALL_LIBDIR/s:lib:$(get_libdir):" \
+ -i "${S}/share/rocm/cmake/ROCMInstallTargets.cmake" || die
+ cmake_src_prepare
+}
next reply other threads:[~2023-10-09 12:34 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-09 12:34 罗百科 [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-19 10:38 [gentoo-commits] repo/gentoo:master commit in: dev-util/rocm-cmake/ 罗百科
2023-07-30 4:39 Benda XU
2023-02-22 16:16 Sam James
2023-02-01 9:53 Andreas Sturmlechner
2022-12-20 9:26 罗百科
2022-12-19 14:00 Andreas Sturmlechner
2022-08-06 14:23 Benda XU
2022-03-22 16:26 罗百科
2022-02-11 16:12 Joonas Niilola
2021-08-19 19:46 Craig Andrews
2021-05-22 19:52 Craig Andrews
2021-03-25 17:55 Craig Andrews
2020-12-21 12:55 Craig Andrews
2020-12-05 19:36 Craig Andrews
2020-11-13 15:32 Craig Andrews
2020-09-20 20:54 Craig Andrews
2020-09-20 20:54 Craig Andrews
2020-08-25 21:08 Craig Andrews
2020-08-22 17:28 Craig Andrews
2020-06-07 18:16 Craig Andrews
2020-04-01 20:10 Craig Andrews
2019-12-19 1:55 Craig Andrews
2019-11-26 20:44 Craig Andrews
2019-10-04 20:55 Craig Andrews
2019-09-27 19:40 Craig Andrews
2019-08-15 2:54 Craig Andrews
2019-08-07 17:38 Craig Andrews
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=1696854818.4e3d7a5c3e0856b957846ecf9779e0cf3e86c743.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