summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/rocm-opencl-runtime: use test-flags-CCLD to cover other linkersSam James2024-01-201-7/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rocm-opencl-runtime: fix linker error for ld.lld: error: version ↵Sv. Lockal2024-01-201-1/+9
| | | | | | | | | | script assignment issue Upstream bug: https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/issues/155 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34720 Signed-off-by: Sam James <sam@gentoo.org>
* Move {dev-util → dev-build}/rocm-cmakeMichał Górny2024-01-141-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/rocm-opencl-runtime: block mesa[opencl]Patrick Lauer2023-10-111-1/+1
| | | | | | | Current opencl support in mesa (rusticl) interferes with rocm opencl, leading to e.g. clinfo segfaulting. Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-libs/rocm-opencl-runtime: add missing build dependencyYiyang Wu2023-07-051-1/+2
| | | | | | | | | | dev-util/opencl-headers should be one of build dependencies Closes: https://bugs.gentoo.org/904821 Suggested-by: Yevgeny Filatov <itspec.ru@gmail.com> Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30790 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-libs/rocm-opencl-runtime: Fix gcc-13 buildYiyang Wu2023-02-201-1/+4
| | | | | | | | | | | | | Backport two patches for missing includes Also apply patch for file rocm reorg (hsa/hsa.h) to 5.1.3 ebuild, which fix compilation issue Closes: https://bugs.gentoo.org/895382 Bug: https://bugs.gentoo.org/893602 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29675 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rocm-opencl-runtime: add 5.1.3Yiyang Wu2022-09-281-0/+123
enable src_test, but it requires an actual X server (not Xvfb) Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26870 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>