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: | 0.142621 |
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, cmake3AUR) (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 (55)
- 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-git (requires opencl-driver) (optional)
- crark (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)
- Show 35 more...
Latest Comments
dbermond commented on 2025-04-18 10:12 (UTC)
@vva make sure that you have the base-devel meta package installed, which includes bison. See: https://wiki.archlinux.org/title/Makepkg#Usage .
vva commented on 2025-04-18 02:04 (UTC) (edited on 2025-04-18 02:04 (UTC) by vva)
I can't install this package because the error below:
CMake Error at visa/CMakeLists.txt:138 (BISON_TARGET): Unknown CMake command "BISON_TARGET".
-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... -> error making: intel-graphics-compiler-legacy-exit status 4
My CPU is: Intel Core i5-7200U
My GPU is: Intel HD Graphics 620
Please help!
dbermond commented on 2025-04-16 17:35 (UTC)
@Laurazepam this is caused by cmake 4.0, as described in [arch-dev-public] mail list. I've just pushed updates with the fix and all legacy packages are now building fine. Notice that igsc-legacy and intel-compute-runtime-legacy are building fine with cmake 4.0 without any intervention, hence no update was needed on them. Regarding your long build times, make sure that you have 'MAKEFLAGS' configured in your 'makepkg.conf' to something that reflects the number of threads of your cpu (or set to "$(nproc)" if in doubt).
Laurazepam commented on 2025-04-16 12:24 (UTC)
This package and the dependencies
currently fail to build, all for the same reason
I tried to work around this by installing those 4 deps first and editing each's PKGBUILD to add the "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" line, this was sufficient for all of them except intel-graphics-compiler-legacy which also needed bison and flex (both part of base-devel). I then could install the main package also adding the same line. Anyone else who might need this should keep in mind that compiling intel-graphics-compiler-legacy took 15 hours on a mid-range 8th gen i5 and the main package took another two hours.
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.