public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/hipother/
@ 2024-06-26  9:21 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-06-26  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a04a8b9d8766cec0125b5715f01c9ef2f8e1309a
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Tue Jun 25 20:36:22 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 09:19:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04a8b9d

dev-libs/hipother: 6.1.1 match rocm slot

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/hipother/hipother-6.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/hipother/hipother-6.1.1.ebuild b/dev-libs/hipother/hipother-6.1.1.ebuild
index 843fa3cbbe4b..d842c224a91d 100644
--- a/dev-libs/hipother/hipother-6.1.1.ebuild
+++ b/dev-libs/hipother/hipother-6.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/ROCm/hipother/archive/refs/tags/rocm-${PV}.tar.gz ->
 S="${WORKDIR}/hipother-rocm-${PV}"
 
 LICENSE="MIT"
-SLOT="0/$(ver_cut 1)"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="~amd64"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/hipother/
@ 2024-06-26  9:21 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-06-26  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     039c6435b3ca9f06ba74b1e8e23cd2c113276031
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Wed Mar 20 13:35:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 09:19:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039c6435

dev-libs/hipother: new package, add 6.1.1

Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/hipother/Manifest              |  1 +
 dev-libs/hipother/hipother-6.1.1.ebuild | 18 ++++++++++++++++++
 dev-libs/hipother/metadata.xml          | 14 ++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-libs/hipother/Manifest b/dev-libs/hipother/Manifest
new file mode 100644
index 000000000000..0c54674e72c0
--- /dev/null
+++ b/dev-libs/hipother/Manifest
@@ -0,0 +1 @@
+DIST hipother-6.1.1.tar.gz 33496 BLAKE2B 026967cb298a888df441d543d70478836036b81dc26c8284410076daf18eb28dc42f7d4b6aaf2bfaa8b6c957ada8244afc0e7c40882c0370bc2b6a0ae94ffaf8 SHA512 ca4d5df9e3138e845be051aace8fb02d84b879439e6bc9ca1551853f80f54b554b9cad1a91c6c114160b21d3ca62fa47a88e32efe60c0f475ff8b56f7f18b5d4

diff --git a/dev-libs/hipother/hipother-6.1.1.ebuild b/dev-libs/hipother/hipother-6.1.1.ebuild
new file mode 100644
index 000000000000..843fa3cbbe4b
--- /dev/null
+++ b/dev-libs/hipother/hipother-6.1.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="ROCclr runtime implementation for non-AMD HIP platforms, like NVIDIA"
+HOMEPAGE="https://github.com/ROCm/hipother"
+SRC_URI="https://github.com/ROCm/hipother/archive/refs/tags/rocm-${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/hipother-rocm-${PV}"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~amd64"
+
+src_install() {
+	insinto /usr/include
+	doins -r hipnv/include/hip
+}

diff --git a/dev-libs/hipother/metadata.xml b/dev-libs/hipother/metadata.xml
new file mode 100644
index 000000000000..9d92b0b0e73f
--- /dev/null
+++ b/dev-libs/hipother/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+  </maintainer>
+  <maintainer type="person">
+    <email>lockalsash@gmail.com</email>
+    <name>Sv. Lockal</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">ROCm/hipother</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/hipother/
@ 2024-08-14 14:26 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-08-14 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     dd79af4fb31a409006d5309b9cb032f57caa0416
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Aug 12 15:29:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 14:24:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd79af4f

dev-libs/hipother: bump 6.1.1-r1 fix collisions

Closes: https://bugs.gentoo.org/936317
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/hipother/{hipother-6.1.1.ebuild => hipother-6.1.1-r1.ebuild} | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-libs/hipother/hipother-6.1.1.ebuild b/dev-libs/hipother/hipother-6.1.1-r1.ebuild
similarity index 94%
rename from dev-libs/hipother/hipother-6.1.1.ebuild
rename to dev-libs/hipother/hipother-6.1.1-r1.ebuild
index d842c224a91d..8160512df6a2 100644
--- a/dev-libs/hipother/hipother-6.1.1.ebuild
+++ b/dev-libs/hipother/hipother-6.1.1-r1.ebuild
@@ -12,6 +12,10 @@ LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="~amd64"
 
+RDEPEND="
+	!<dev-util/hip-6
+"
+
 src_install() {
 	insinto /usr/include
 	doins -r hipnv/include/hip


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-14 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26  9:21 [gentoo-commits] repo/gentoo:master commit in: dev-libs/hipother/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-14 14:26 Sam James
2024-06-26  9:21 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox