summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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