Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-compute-runtime


Commits:
d0a11310 by Daniel Bermond at 2025-11-12T20:40:22-03:00
Enable unit tests

Unit tests are currently passing fine. The upstream build system
runs them in the build time during build().

- - - - -
ebd46dc4 by Daniel Bermond at 2025-11-12T20:54:03-03:00
upgpkg: 25.40.35563.4-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = intel-compute-runtime
        pkgdesc = Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver
        pkgver = 25.40.35563.4
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/intel/compute-runtime/
        arch = x86_64
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=intel-compute-runtime
 pkgver=25.40.35563.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver'
 arch=('x86_64')
 url='https://github.com/intel/compute-runtime/'
@@ -50,7 +50,6 @@ build() {
     local 
_opencl_headers_dir="${srcdir}/compute-runtime-${pkgver}/third_party/opencl_headers"
     export CXXFLAGS+=" -isystem${_opencl_headers_dir}"
     
-    # 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' \
@@ -63,7 +62,6 @@ build() {
         -DNEO_VERSION_BUILD="$(printf "$pkgver" | cut -d . -f3)" \
         -DKHRONOS_GL_HEADERS_DIR='/usr/include' \
         -DKHRONOS_HEADERS_DIR="$_opencl_headers_dir" \
-        -DSKIP_UNIT_TESTS='ON' \
         -Wno-dev
     cmake --build build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/compare/82446746fa843dc6616a22c782ec13f2adafcc20...ebd46dc403a7bcdbcfef8c298efde3e1cec638c4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/compare/82446746fa843dc6616a22c782ec13f2adafcc20...ebd46dc403a7bcdbcfef8c298efde3e1cec638c4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to