Date: Thursday, July 21, 2022 @ 19:03:35 Author: archange Revision: 1255051
upgpkg: intel-compute-runtime 22.28.23726-1 Modified: intel-compute-runtime/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-21 18:38:30 UTC (rev 1255050) +++ PKGBUILD 2022-07-21 19:03:35 UTC (rev 1255051) @@ -2,7 +2,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=intel-compute-runtime -pkgver=22.27.23681 +pkgver=22.28.23726 pkgrel=1 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver" arch=(x86_64) @@ -15,9 +15,15 @@ provides=(opencl-driver level-zero-driver) # https://github.com/intel/compute-runtime/issues/528 options=(!lto) -source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('0997f7dd3d35dad3278b65c9f2fa522d2e019b0cc4418d2541fd536e96763393') +source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz + ${pkgname}-fix-odr-issues.patch::https://github.com/intel/compute-runtime/commit/78c96db2faacdc3406a24a91f017aeae40b7ca54.patch) +sha256sums=('e3b63e8b17581132c02d5f7fb4929a5fdd62207349356a495c50d3c8d68c81bc' + '0ede1c3dedeb41c4441938690c8d0e9e6a5dafdec530d45b35de3923fc12a6af') +prepare() { + patch -p1 -d compute-runtime-${pkgver} < ${pkgname}-fix-odr-issues.patch +} + build() { # ${${pkgver#*.}%.*} not supported by bash? cmake -B build -S compute-runtime-${pkgver} \
