Search Criteria
Package Details: intel-compute-runtime-legacy 24.35.30872.22-3
Package Actions
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)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- intel-gmmlib-legacyAUR
- intel-graphics-compiler-legacyAUR
- cmake (cmake-gitAUR) (make)
- igsc-legacyAUR (make)
- level-zero-headers-legacyAUR (make)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR) (make)
- libdrm (libdrm-gitAUR) (optional) – for cl_intel_va_api_media_sharing
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR) (optional) – for cl_intel_va_api_media_sharing
Required by (52)
- agisoft-metashape (requires intel-compute-runtime) (optional)
- agisoft-metashape-pro (requires intel-compute-runtime) (optional)
- arrayfire-git (requires opencl-driver) (optional)
- bfgminer-git (requires opencl-driver) (optional)
- bforartists (requires intel-compute-runtime) (make)
- bforartists (requires intel-compute-runtime) (optional)
- blender-benchmark (requires intel-compute-runtime) (optional)
- blender-benchmark-cli (requires intel-compute-runtime) (optional)
- blender-bin (requires intel-compute-runtime) (optional)
- blender-git (requires intel-compute-runtime) (optional)
- computecpp (requires opencl-driver)
- cpu-x-opencl (requires opencl-driver) (optional)
- cytoscape (requires opencl-driver) (optional)
- davinci-resolve (requires opencl-driver)
- davinci-resolve-beta (requires opencl-driver)
- davinci-resolve-studio (requires opencl-driver)
- davinci-resolve-studio-beta (requires opencl-driver)
- dewobble (requires opencl-driver)
- ditana-koboldcpp (requires intel-compute-runtime)
- foldingathome (requires opencl-driver) (optional)
- Show 32 more...
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.