Package Details: intel-compute-runtime-legacy 24.35.30872.22-3

Git Clone URL: https://aur.archlinux.org/intel-compute-runtime-legacy.git (read-only, click to copy)
Package Base: intel-compute-runtime-legacy
Description: Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver (legacy platforms)
Upstream URL: https://github.com/intel/compute-runtime/
Licenses: MIT
Conflicts: intel-compute-runtime
Provides: intel-compute-runtime, level-zero-driver, opencl-driver
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 2
Popularity: 1.01
First Submitted: 2024-12-06 22:15 (UTC)
Last Updated: 2025-01-12 01:55 (UTC)

Dependencies (9)

Required by (52)

Sources (2)

Latest Comments

dbermond commented on 2025-01-12 01:56 (UTC)

@oliverlc fixed.

oliverlc commented on 2025-01-11 23:58 (UTC)

I cannot get this to build at the moment. It's probably something I'm doing but I can't figure it out.

It feels like a header issue, I'm getting errors around cl_diagnositcs_verbose_level such as:

intel-compute-runtime-legacy/src/compute-runtime-24.35.30872.22/opencl/source/context/driver_diagnostics.h:60:51: error: expected ‘)’ before ‘level’ 60 | DriverDiagnostics(cl_diagnostics_verbose_level level);

I've checked the dependencies versions against the dependencies listed here: https://github.com/intel/compute-runtime/releases/tag/24.35.30872.22

The only obvious difference is libva which is listed as 2.2.0 and is 2.22.0 in the repositories. I've installed 2.2.0 by modifying the libva-git PKGBUILD but no luck there.

I'm guessing I'm just missing something obvious but it would be good to know if this issue is replicable elsewhere.