Date: Wednesday, October 27, 2021 @ 04:48:29 Author: foutrelis Revision: 1034678
upgpkg: vc-intrinsics r100+2d0795c-2: LLVM 13 rebuild Modified: vc-intrinsics/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-27 04:39:16 UTC (rev 1034677) +++ PKGBUILD 2021-10-27 04:48:29 UTC (rev 1034678) @@ -3,7 +3,7 @@ pkgname=vc-intrinsics pkgver=r100+2d0795c -pkgrel=1 +pkgrel=2 pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that represent SIMD semantics of a program targeting GPU" arch=(x86_64) url="https://github.com/intel/vc-intrinsics" @@ -17,6 +17,12 @@ printf "r%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } +prepare() { + cd ${pkgname} + # Wrap getName function (build fix for LLVM 13) + git format-patch -1 --stdout 19e6ddafc545 | patch -Np1 +} + build() { cmake -B build -S ${pkgname} \ -DCMAKE_BUILD_TYPE=Release \
