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

Required by (55)

Sources (3)

Latest Comments

1 2 Next › Last »

SeptemAUR commented on 2026-01-12 17:03 (UTC)

Getting same error as @kamiccolo despite configuring git beforehand using the provided instructions. Also tried clean building and rebooting.

kamiccolo commented on 2025-10-08 16:56 (UTC)

@dbermond yup, sorry, it's likely my mistake. Actually :}

For the first one, commenting on the wrong repo. For the second, retrying without cleanup after this:

==> Starting prepare()...
Auto-merging llvm/include/llvm/ADT/SmallVector.h
Committer identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <builduser@archlinux.org>) not allowed
==> ERROR: A failure occurred in prepare().
    Aborting...

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).