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>[email protected]</email> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Sv. Lockal</name> + </maintainer> + <upstream> + <remote-id type="github">ROCm/hipother</remote-id> + </upstream> +</pkgmetadata>
