Date: Friday, January 10, 2020 @ 15:12:23 Author: archange Revision: 551642
upgpkg: intel-compute-runtime 20.01.15264-1 Modified: intel-compute-runtime/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-10 15:12:11 UTC (rev 551641) +++ PKGBUILD 2020-01-10 15:12:23 UTC (rev 551642) @@ -2,7 +2,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=intel-compute-runtime -pkgver=19.52.15209 +pkgver=20.01.15264 pkgrel=1 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond." arch=(x86_64) @@ -13,19 +13,9 @@ optdepends=('libva: for cl_intel_va_api_media_sharing' 'libdrm: for cl_intel_va_api_media_sharing') provides=(opencl-driver) -source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz" - '010-neo-move-GmmClientContext.patch'::'https://github.com/intel/compute-runtime/commit/8cc2a6c28e8f0d10b34081931e0d961bdeeec7ea.patch' - '020-neo-intel-gmmlib-19.4.1.patch'::'https://github.com/intel/compute-runtime/commit/87e948eef584c7666d4dd7ccf0b5384077deedbf.patch') -sha256sums=('91405bcdc2241073161adc5d01885121adf78454d6dbd3dd796a5fd3fdae2812' - 'b43bdcca78321b3353b43115f6ad527447d6b9bdbd09bd1217ee0435c0de29f6' - 'c142a9bd886bfe3643dd4d9e48b0031ca6b83870603614359146faf7783fb3b0') +source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('6a9b1cab8b91d086ac9fdf54495a4880f38ab07f056a49026234153ff7d58d2e') -prepare() { - # add support for intel-gmmlib 19.4.1 - patch -d compute-runtime-${pkgver} -Np1 -i "${srcdir}/010-neo-move-GmmClientContext.patch" - patch -d compute-runtime-${pkgver} -Np1 -i "${srcdir}/020-neo-intel-gmmlib-19.4.1.patch" -} - build() { cmake -B build -S compute-runtime-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \
