summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/opencl-clang: remove oldMarek Szuba2020-10-121-40/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: add missing runtime dependenciesMarek Szuba2020-09-231-3/+3
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang:10: Remove BDEPEND="dev-vcs/git"Marek Szuba2020-06-221-1/+0
| | | | | | | Upstream have recently made it so that Git is no longer required when system versions of llvm/clang and spirv-llvm-translator are used. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang:10: Fix llvm-tblgen detectionMarek Szuba2020-06-221-0/+1
| | | | | | | | | | | | Upstream CMake scripts simply set LLVM_TABLEGEN_EXE to "llvm-tblgen". This works fine for 32-bit builds of SLOT=8 and 9 as well as 64-bit builds of all three slots, however 32-bit builds of SLOT=10 fail due to having been unable to locate the executable in question. Whatever the reason for this is, actually looking for llvm-tblgen with find_program() solves the issue, at least on my system anyway. Closes: https://bugs.gentoo.org/728804 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: bump to 10.0.0.1:10Marek Szuba2020-06-191-0/+40
There is a newer upstream release, 10.0.0-2, but as of 2020-06-19 that version fails to build against any official releases of spirv-llvm-translator. See https://github.com/intel/opencl-clang/issues/148 for details. Signed-off-by: Marek Szuba <marecki@gentoo.org>