Search Criteria
Package Details: intel-graphics-compiler-git 1:1.0.15136.0.r195.g29f439cf2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/intel-graphics-compiler-git.git (read-only, click to copy) |
---|---|
Package Base: | intel-graphics-compiler-git |
Description: | Intel Graphics Compiler for OpenCL (git version) |
Upstream URL: | https://github.com/intel/intel-graphics-compiler/ |
Keywords: | compute-runtime igc opencl |
Licenses: | custom, MIT |
Conflicts: | intel-graphics-compiler, intel-opencl-clang |
Provides: | intel-graphics-compiler, intel-opencl-clang |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-07-23 01:36 (UTC) |
Last Updated: | 2023-09-22 22:00 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-mako (make)
Required by (4)
- blender-git (requires intel-graphics-compiler) (optional)
- intel-compute-runtime-git
- upbge-bin (requires intel-graphics-compiler) (optional)
- upbge-git (requires intel-graphics-compiler) (optional)
Sources (7)
- git+https://github.com/intel/intel-graphics-compiler.git
- git+https://github.com/intel/opencl-clang.git#branch=ocl-open-140
- git+https://github.com/intel/vc-intrinsics.git
- git+https://github.com/KhronosGroup/SPIRV-Headers.git#branch=main
- git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#branch=llvm_release_140
- git+https://github.com/KhronosGroup/SPIRV-Tools.git#branch=main
- git+https://github.com/llvm/llvm-project.git#tag=llvmorg-14.0.5
Latest Comments
1 2 3 4 Next › Last »
dbermond commented on 2023-06-20 22:50 (UTC)
@VitalyR Package updated to match latest upstream changes with llvm 14. Thanks for reporting.
VitalyR commented on 2023-05-26 14:11 (UTC)
Intel switched igc to llvm 14 a few days ago and they marked building igc with llvm 11 as deprecated (https://github.com/intel/intel-graphics-compiler/commit/ca387ba1bec9cb461fdbc8a90f5c5b5aed4ee729 and https://github.com/intel/intel-graphics-compiler/blob/master/documentation/build_ubuntu.md#llvm9clang9-to-llvm11clang11). How about switching to llvm 14?
Bluebomber182 commented on 2023-02-15 11:17 (UTC) (edited on 2023-02-15 11:23 (UTC) by Bluebomber182)
I get this error. Edit: I solved the error by running the git config --global user.email and git config --global user.name command.
dbermond commented on 2022-05-22 16:16 (UTC)
@Eirikr Package updated.
Eirikr commented on 2022-05-20 01:52 (UTC)
May 2022: Unable to build; something to do with the 010-intel-graphics-compiler-missing-limits-header.patch
Tried to remove that part from packagebuild, but the build fails and clang later looks for the patch anyway.
There is also a failure of it trying to apply external llvm 11 patches.
Tried the 120, 130, and 140 branches and no luck there either.
dbermond commented on 2021-05-12 11:55 (UTC)
@EndlessEden Package updated to match latest upstream changes. Building fine now, thanks.
EndlessEden commented on 2021-04-30 09:39 (UTC)
@dbermond - install -D -m644 build/IGC/llvm/src/llvm/projects/opencl-clang/common_clang.h -t "${pkgdir}/usr/include/cclang" | install: cannot stat 'build/IGC/llvm/src/llvm/projects/opencl-clang/common_clang.h': No such file or directory
correct location is: build/IGC/llvm-deps/src/llvm/projects/opencl-clang/common_clang.h now
EndlessEden commented on 2021-04-30 09:33 (UTC)
@dbermond - given the hard stance, then ill maintain a fork of this package and the rest of the stack. Thank you for your time.
dbermond commented on 2021-04-29 17:37 (UTC)
@EndlessEden Arch Linux only supports x86_64 architecture. And I cannot support these other architectures as well.
EndlessEden commented on 2021-04-29 16:52 (UTC)
@dbermond - Please add logic to replace "DIGC_OPTION__ARCHITECTURE_TARGET" option with native architecture. "Linux64" exclusive causes failed builds on other architectures, like x86, RiscV and Arm.
1 2 3 4 Next › Last »