summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/intel-graphics-compiler-1.0.4111: mark stable on amd64Marek Szuba2020-11-031-1/+1
| | | | | Bug: https://bugs.gentoo.org/742374 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/intel-graphics-compiler-1.0.4111: only block llvm-10 in TCMarek Szuba2020-09-201-3/+9
| | | | | | | | | | | Turns out this version is not going anywhere any time soon, in fact there is a stablereq for it now - so let's handle this properly. Specifically, pkg_pretend() now dies if the current compiler is clang-10+ (I think it is safe to assume that if 10 does not work nor will the newer versions). Bug: https://bugs.gentoo.org/738934 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/intel-graphics-compiler: bypass opencl-clang version checkMarek Szuba2020-09-071-0/+2
| | | | | | | | | | | Ebuilds already make sure we have a new-enough version of dev-libs/opencl-clang present, besides we have never even had versions older than 5.0.0 in the tree. No opencl-clang version check in CMake - no need to call readelf - no more issues on USE=-native-symlinks systems. Closes: https://bugs.gentoo.org/739138 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/intel-graphics-compiler: block llvm-10.0.1Marek Szuba2020-08-251-1/+3
| | | | | | | Causes compilation errors. Closes: https://bugs.gentoo.org/738934 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/intel-graphics-compiler: bump to 1.0.4111Marek Szuba2020-06-191-0/+51
Now with LLVM-10 support. Signed-off-by: Marek Szuba <marecki@gentoo.org>