summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/opencl-clang: remove oldMarek Szuba2020-10-124-117/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang:10: force rebuild on clang .0->.1 updateMarek Szuba2020-09-242-0/+85
| | | | | | | | | Works around Bug #743992. Hopefully LLVM upstream will not make introducing breaking ABI changes in new patch releases a habit and such hackery will not be required in the future. Closes: https://bugs.gentoo.org/743992 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: add missing runtime dependenciesMarek Szuba2020-09-233-9/+9
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: bump to 10.0.0.2Marek Szuba2020-09-132-0/+42
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: remove LLVM-8 ebuildsMarek Szuba2020-07-292-41/+0
| | | | 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-222-0/+12
| | | | | | | | | | | | 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-192-0/+41
| | | | | | | | | 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>
* dev-libs/opencl-clang: remove oldMarek Szuba2020-06-193-73/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: bump slot 9 to version 9.0.1Marek Szuba2020-03-112-0/+36
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: bump slot 8 to version 8.0.1.1Marek Szuba2020-03-112-0/+41
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: switch to cmake.eclass in :9Marek Szuba2020-01-271-1/+2
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: bump to 9.0.0:9Marek Szuba2020-01-252-0/+35
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: remove oldMarek Szuba2019-10-074-106/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: pass $LLVM_MAX_SLOT to get_llvm_prefix()Marek Szuba2019-10-071-0/+36
| | | | | | | | | | When invoked without max_slot, get_llvm_prefix() iterates over *all* LLVM slots known to llvm.eclass - including those exceeding LLVM_MAX_SLOT. As a consequence, an ebuild can e.g. end up getting installed into llvm:9 directories in spite of having been linked against llvm:8. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: bump to 8.0.1_p20191001Marek Szuba2019-10-012-0/+37
| | | | | | | | A Git snapshot, needed because there has been no release on the LLVM-8 branch supporting current versions of SPIRV-LLVM-Translator yet. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/opencl-clang: bump to version 8.0.1 and EAPI-7Marek Szuba2019-07-032-0/+35
| | | | | | | | | Note that this release changes the name of the installed library from the old common_clang to opencl-clang, requiring changes in dev-libs/intel-graphics-compiler ebuilds. Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-libs/opencl-clang: depend on sys-devel/clang[static-analyzer]Marek Szuba2019-07-031-1/+1
| | | | | | | | | | Turns out that the absence of static-analyzer among sys-devel/clang USE flags causes build-time linker errors. The flag in question is enabled by default so only a subset of users has been affected. Closes: https://bugs.gentoo.org/689170 Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-libs/opencl-clang: new packageMarek Szuba2019-05-014-0/+58
Second-order dependency of Intel Graphics Compute Runtime. Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11