[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

Daniel Bermond dbermond at archlinux.org
Fri Apr 3 14:31:01 UTC 2020


    Date: Friday, April 3, 2020 @ 14:30:58
  Author: dbermond
Revision: 610818

upgpkg: intel-compute-runtime 20.13.16352-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-03 14:30:25 UTC (rev 610817)
+++ PKGBUILD	2020-04-03 14:30:58 UTC (rev 610818)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=intel-compute-runtime
-pkgver=20.12.16259
+pkgver=20.13.16352
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,14 +14,13 @@
             '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=('cd4eb236508101c153ab7748378edcdba3fad67be9055fc5485f39718ffe8140')
+sha256sums=('a0eff6a612e2711ae8a1f19746a53699abecc22bc0f8605ef22a7e176372b4d0')
 
 build() {
     cmake -B build -S compute-runtime-${pkgver} \
         -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_INSTALL_LIBDIR=lib \
-        -DNEO_DRIVER_VERSION=${pkgver}
+        -DCMAKE_INSTALL_LIBDIR=lib
     make -C build
 }
 



More information about the arch-commits mailing list