Date: Friday, March 20, 2020 @ 15:35:27 Author: dbermond Revision: 601745
upgpkg: intel-compute-runtime 20.11.16158-1 Modified: intel-compute-runtime/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-20 15:35:01 UTC (rev 601744) +++ PKGBUILD 2020-03-20 15:35:27 UTC (rev 601745) @@ -2,7 +2,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=intel-compute-runtime -pkgver=20.10.16087 +pkgver=20.11.16158 pkgrel=1 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond." arch=(x86_64) @@ -14,7 +14,7 @@ 'libdrm: for cl_intel_va_api_media_sharing') provides=(opencl-driver) source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('c03bf51b0fc5b84490f6690443e74e1c7958809dc3fb51f53b89f89951acceb9') +sha256sums=('1b07b00c9a4181415125d9afeceed30fca95a3e35b6cee03d3b0342a0355fb55') build() { cmake -B build -S compute-runtime-${pkgver} \ @@ -27,5 +27,6 @@ package() { make -C build DESTDIR="${pkgdir}" install + install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl install -Dm644 compute-runtime-${pkgver}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname} }
