Package Details: intel-compute-runtime-legacy 24.35.30872.36-1

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: 4
Popularity: 0.28
First Submitted: 2024-12-06 22:15 (UTC)
Last Updated: 2025-08-06 01:48 (UTC)

Required by (56)

Sources (3)

Latest Comments

1 2 Next › Last »

dbermond commented on 2025-09-23 20:45 (UTC)

@kamiccolo I have just checked, and the package is building fine in an up-to-date Arch Linux system. I cannot reproduce your issue.

kamiccolo commented on 2025-09-22 22:43 (UTC)

Currently failing to build with the following error:

CMake Error at external/llvm/llvm_utils.cmake:72 (add_subdirectory):
  The source directory

    intel-graphics-compiler-legacy/src/build/IGC/llvm-deps-14.0.5/src/llvm

  does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
  external/llvm/CMakeLists.txt:50 (build_llvm_project)


CMake Error at external/llvm/CMakeLists.txt:53 (get_directory_property):
  get_directory_property DIRECTORY argument provided but requested directory
  not found.  This could be because the directory argument was invalid or, it
  is valid but has not been processed yet.


CMake Error at external/llvm/CMakeLists.txt:55 (message):
  Found LLVM version: ; however preferred was: 14.0.5

  Please set IGC_OPTION__LLVM_PREFERRED_VERSION to or pass
  IGC_OPTION__LLVM_SOURCES_DIR with preferred version

o_0

Ilgaz commented on 2025-07-13 04:14 (UTC)

Thanks for caring and the package @dbermond

dbermond commented on 2025-07-12 20:19 (UTC)

@Ilgaz The version you mentioned is only tagged. Here we will use only versions that appear on the 'Releases' section of upstream repository, which have pre-compiled binaries and clear indication about the version of components used for building. In this criteria, the package is up-to-date.

Ilgaz commented on 2025-07-12 13:28 (UTC)

It seems there is a new version of this package. As they say, no new features, it must be a bugfix/security update. 24.35.30872.32

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

intel-gmmlib-legacy  
intel-graphics-compiler-legacy  
igsc-legacy  
level-zero-headers-legacy

currently fail to build, all for the same reason

Compatibility with CMake < 3.5 has been removed from CMake.

Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.

Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

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.