summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-libs/amdgpu-pro-opencl: downgrade to maintainer-neededMarek Szuba2019-10-071-4/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/amdgpu-pro-opencl: remove longdescription from metadataMarek Szuba2019-09-301-6/+0
| | | | | | | | This no longer _necessary_ to have OpenCL on amdgpu, we have now got dev-libs/rocm-opencl-runtime as well, Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/amdgpu-pro-opencl: updated list of maintainersMarek Szuba2018-11-091-4/+0
| | | | | | | Vladyslav Brovko has resigned. Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-libs/amdgpu-pro-opencl: add proxied co-maintainer.Marek Szuba2017-11-211-0/+4
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/amdgpu-pro-opencl: new packageMarek Szuba2017-06-271-0/+14
Bits of AMDGPU-Pro providing OpenCL support. Work fine with the Open Source amdgpu stack, the only catch is that one also needs the proprietary version of libdrm_amdgpu which could conflict with the one from x11-libs/libdrm. Fortunately, this can be easily worked around by hacking rpath of the OpenCL library. Will hopefull integrate well with the rest of AMDGPU-Pro once it has made it into the tree. Please note that this driver works ONLY when loaded by dev-libs/ocl-icd; there is no possibility for it to operate as an independent implementation. For the time being this is a 64-bit only package. That said, although AMD only supports AMDGPU-Pro on amd64 the driver pack does include 32-bit binaries - so multilib support might be added later. Inspired-By: Arch Linux opencl-amd AUR package Package-Manager: Portage-2.3.6, Repoman-2.3.1