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

Bruno Pagani archange at gemini.archlinux.org
Tue Jun 14 19:39:41 UTC 2022


    Date: Tuesday, June 14, 2022 @ 19:39:41
  Author: archange
Revision: 1237916

upgpkg: intel-compute-runtime 22.23.23405-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-14 19:30:08 UTC (rev 1237915)
+++ PKGBUILD	2022-06-14 19:39:41 UTC (rev 1237916)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=intel-compute-runtime
-pkgver=22.22.23355
+pkgver=22.23.23405
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 # https://github.com/intel/compute-runtime/issues/528
 options=(!lto)
 source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('dd74b1947784ffbf0acf0ad4011e4fab932c4a9ec3ebd3229270ba3b07dd28e0')
+sha256sums=('ce594214b6e6424e53cf41c9c36325ecb84910230fda66b557cd13f275bc6c95')
 
 build() {
   # ${${pkgver#*.}%.*} not supported by bash?
@@ -28,7 +28,6 @@
     -DNEO_OCL_VERSION_MINOR=$(echo ${pkgver} | cut -d . -f2) \
     -DNEO_VERSION_BUILD=${pkgver##*.} \
     -DSUPPORT_DG1=ON \
-    -DSKIP_UNIT_TESTS=1 \
     -Wno-dev
   make -C build
 }



More information about the arch-commits mailing list