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

Daniel Bermond dbermond at archlinux.org
Fri Dec 13 20:07:26 UTC 2019


    Date: Friday, December 13, 2019 @ 20:07:26
  Author: dbermond
Revision: 537577

upgpkg: intel-compute-runtime 19.49.15055-1

Update to version 19.49.15055

Modified:
  intel-compute-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-13 20:06:48 UTC (rev 537576)
+++ PKGBUILD	2019-12-13 20:07:26 UTC (rev 537577)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=intel-compute-runtime
-pkgver=19.48.14977
+pkgver=19.49.15055
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,20 +14,15 @@
             '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=('1b3c58260582f1af8934cd23837c9b27326f3968b8a21755dbf7d3feec7ebcd3')
+sha256sums=('509f1741149346cdc7149a1cdc4e3cf2cdc8752db77976eac687f563f51fd320')
 
-prepare() {
-    mkdir -p build
-}
-
 build() {
-    cd build
-    cmake ../compute-runtime-${pkgver} \
+    cmake -B build -S compute-runtime-${pkgver} \
         -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_INSTALL_LIBDIR=lib \
         -DNEO_DRIVER_VERSION=${pkgver}
-    make
+    make -C build
 }
 
 package() {



More information about the arch-commits mailing list