Date: Tuesday, May 2, 2023 @ 01:50:41
  Author: dbermond
Revision: 1455792

upgpkg: intel-compute-runtime 23.09.25812.14-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-02 01:50:11 UTC (rev 1455791)
+++ PKGBUILD    2023-05-02 01:50:41 UTC (rev 1455792)
@@ -2,8 +2,8 @@
 # Maintainer: Bruno Pagani <[email protected]>
 
 pkgname=intel-compute-runtime
-pkgver=22.43.24595.30
-pkgrel=2
+pkgver=23.09.25812.14
+pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
 url="https://01.org/compute-runtime";
@@ -16,12 +16,13 @@
 # https://github.com/intel/compute-runtime/issues/528
 options=(!lto)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b032e55e16675d75540782dd7d044b7af0923afb34a9a3945656078f97e96491')
+sha256sums=('abe2e6d9d2ac771d5f42ee2357ce897ca3b00dc6185c06f3f62772f729c7f8e1')
 
 build() {
   # ${${pkgver#*.}%.*} not supported by bash?
   # tests currently disabled because of 
https://github.com/intel/compute-runtime/issues/599
   cmake -B build -S compute-runtime-${pkgver} \
+    -G 'Unix Makefiles' \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
@@ -33,11 +34,11 @@
     -DKHRONOS_HEADERS_DIR=/usr/include/CL \
     -DSKIP_UNIT_TESTS=1 \
     -Wno-dev
-  make -C build
+  cmake --build build
 }
 
 package() {
-  make -C build DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" cmake --install build
   install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
   install -Dm644 compute-runtime-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
   

Reply via email to