summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/amdgpu-pro-opencl: automate invoking "eselect opencl"Marek Szuba2018-09-272-12/+11
| | | | | | | Instead of telling the user in pkg_postinst() to run it, just run it there outselves - with --use-old to honour possible earlier choices. Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-libs/amdgpu-pro-opencl: do not use DISTDIR in pkg_nofetch()Marek Szuba2018-08-312-2/+2
| | | | | | | | | | Under recent versions of portage DISTDIR points to a temporary directory in PORTAGE_TMPDIR rather than /usr/portage/distfiles. Follow the example of recent versions of dev-java/oracle-jre-bin and just say "your distfiles directory" instead. Closes: https://bugs.gentoo.org/663878 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/amdgpu-pro-opencl: remove oldMarek Szuba2018-07-092-82/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/amdgpu-pro-opencl: version bump 17.50-552542Vladyslav Brovko2018-07-092-0/+82
| | | | | | | | New build, new HOMEPAGE, fixes incomplete conversion to EAPI 7. Closes: https://bugs.gentoo.org/659676 Package-Manager: Portage-2.3.36, Repoman-2.3.9 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/amdgpu-pro-opencl: 18.20.606296 version bumpVladyslav Brovko2018-06-262-0/+67
| | | | | | Closes: https://bugs.gentoo.org/656568 Package-Manager: Portage-2.3.36, Repoman-2.3.9 Revised-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/amdgpu-pro-opencl: bump to EAPI 7Marek Szuba2018-06-201-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/amdgpu-pro-opencl: switch from versionator to eapi7-verMarek Szuba2018-05-251-5/+5
| | | | Package-Manager: Portage-2.3.39, Repoman-2.3.9
* dev-libs/amdgpu-pro-opencl: remove oldMarek Szuba2018-05-252-81/+0
| | | | Package-Manager: Portage-2.3.39, Repoman-2.3.9
* dev-libs/amdgpu-pro-opencl: remove some old versionsMarek Szuba2017-12-164-239/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/amdgpu-pro-opencl: 17.50.511655 version bumpCraig Andrews2017-12-162-1/+83
| | | | | | | | Closes: 6534 Gentoo-Bug: https://bugs.gentoo.org/640828 Package-Manager: Portage-2.3.18, Repoman-2.3.6 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/amdgpu-pro-opencl: Partially update Manifest hashes.Ulrich Müller2017-12-111-1/+1
| | | | Only the newest version appears to be available upstream.
* 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: remove unnecessary empty lineMarek Szuba2017-11-204-4/+0
| | | | | | Cosmetic, no functional change. Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/amdgpu-pro-opencl: bump to 17.40.492261Marek Szuba2017-11-192-0/+82
| | | | | | | Suggested-by: Vladyslav Brovko <brovushkin+gentoo@gmail.com> Gentoo-Bug: 635236 Closes: 6207 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/amdgpu-pro-opencl: version bump to 17.30.465504Marek Szuba2017-10-142-0/+82
| | | | | Gentoo-Bug: 631500 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-libs/amdgpu-pro-opencl: remove incomplete revision of 17.30.458935Marek Szuba2017-08-061-77/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-libs/amdgpu-pro-opencl: add missing file to 17.30.458935Marek Szuba2017-08-061-0/+81
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-libs/amdgpu-pro-opencl: bump to 17.30-458935Marek Szuba2017-08-022-0/+78
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-libs/amdgpu-pro-opencl: display "caveat emptor" warning after first ↵Marek Szuba2017-06-301-0/+10
| | | | | | installation. Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-libs/amdgpu-pro-opencl: new packageMarek Szuba2017-06-273-0/+82
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