Date: Monday, June 27, 2022 @ 10:23:24 Author: archange Revision: 1239637
upgpkg: intel-compute-runtime 22.25.23529-1 Modified: intel-compute-runtime/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-27 10:20:38 UTC (rev 1239636) +++ PKGBUILD 2022-06-27 10:23:24 UTC (rev 1239637) @@ -2,7 +2,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=intel-compute-runtime -pkgver=22.23.23405 +pkgver=22.25.23529 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=('ce594214b6e6424e53cf41c9c36325ecb84910230fda66b557cd13f275bc6c95') +sha256sums=('b2d9f6dea2a2bb132999c7ae2e22f4d513807886d972a40bebf4f68cf11cd040') build() { # ${${pkgver#*.}%.*} not supported by bash? @@ -28,6 +28,7 @@ -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 }
