diff options
author | Marek Szuba <marecki@gentoo.org> | 2019-08-20 16:05:57 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2019-08-20 16:14:35 +0100 |
commit | 02b7fd5c0c4a9334e942f6b05ac71bcf72a3b6df (patch) | |
tree | 4621ec5beac9b0d0796ae459d32a38d7f4b0910c /dev-libs/hsa-ext-rocr/metadata.xml | |
parent | net-misc/ntpclient: fix compilation with >=linux-headers-5.2 (diff) | |
download | gentoo-02b7fd5c0c4a9334e942f6b05ac71bcf72a3b6df.tar.gz gentoo-02b7fd5c0c4a9334e942f6b05ac71bcf72a3b6df.tar.bz2 gentoo-02b7fd5c0c4a9334e942f6b05ac71bcf72a3b6df.zip |
dev-libs/hsa-ext-rocr: new package
Required for the time being by dev-libs/rocm-opencl-runtime in order to
enable OpenCL image support. The relevant code will eventually be
open-sourced but so far upstream hasn't provided any timeline for it.
There is no licence file in the upstream package, that said the
libraries it contains used to be distributed as part of the AMDGPU-Pro
stack so it is a safe bet that the standalone package is covered by the
same EULA as for dev-libs/amdgpu-pro-opencl.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-libs/hsa-ext-rocr/metadata.xml')
-rw-r--r-- | dev-libs/hsa-ext-rocr/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/hsa-ext-rocr/metadata.xml b/dev-libs/hsa-ext-rocr/metadata.xml new file mode 100644 index 000000000000..d61b59ba30a1 --- /dev/null +++ b/dev-libs/hsa-ext-rocr/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> + <maintainer type="person"> + <email>candrews@gentoo.org</email> + <name>Craig Andrews</name> + </maintainer> + <longdescription lang="en"> + For the time being the ROCm platform relies on a closed-source library + to provide HSA image support. In the future it will either be deprecated + or become open source. + Furthermore, this package optionally provides the "tools" + debug/trace/profiling library which has already been deprecated. + </longdescription> + <use> + <flag name="deprecated">Install the deprecated debug/trace/profiling library</flag> + </use> +</pkgmetadata> |