Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / intel-graphics-compiler
Commits: 94544369 by Daniel Bermond at 2024-12-24T14:00:12-03:00 upgpkg: 1:2.2.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = intel-graphics-compiler pkgdesc = Intel Graphics Compiler for OpenCL - pkgver = 2.1.12 + pkgver = 2.2.3 pkgrel = 1 epoch = 1 url = https://github.com/intel/intel-graphics-compiler/ @@ -19,14 +19,14 @@ pkgbase = intel-graphics-compiler replaces = intel-opencl-clang options = !emptydirs options = !lto - source = https://github.com/intel/intel-graphics-compiler/archive/v2.1.12/intel-graphics-compiler-2.1.12.tar.gz + source = https://github.com/intel/intel-graphics-compiler/archive/v2.2.3/intel-graphics-compiler-2.2.3.tar.gz source = git+https://github.com/intel/vc-intrinsics.git#tag=v0.20.1 source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=1cfcf1b5ec2ec9c52fd56dc7cb47dcf12125e8db source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v2023.6.rc1 source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=1c6bb2743599e6eb6f37b2969acc0aef812e32e3 source = git+https://github.com/intel/opencl-clang.git#commit=470cf0018e1ef6fc92eda1356f5f31f7da452abc source = git+https://github.com/llvm/llvm-project.git#tag=llvmorg-14.0.5 - sha256sums = 62e5f1d32ba23a910e1d370092843f599b5f49ccd26cfa7236a7309aaa49a9e0 + sha256sums = fe8a38b9398126835566ff18c2b88e197d351b645d3e6326b0d24d118bdb8ec9 sha256sums = 1a2ad7ac65dddd8d152a8f9efa08a9cf908154ea2289223bd6643e236228fad7 sha256sums = 19be593ce8d6f0174c1fbf3f11456f17630b505c0b156315cf3d05e888244e9f sha256sums = ad11e234110902f42c9e54d2f4bb014b64e280ac9428f4c03a04b8b4571112b8 ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Maintainer: Torsten Keßler <tpkess...@archlinux.org> pkgname=intel-graphics-compiler -pkgver=2.1.12 +pkgver=2.2.3 _llvmmaj=14 _llvmver="${_llvmmaj}.0.5" _vciver=0.20.1 @@ -30,7 +30,7 @@ source=("https://github.com/intel/intel-graphics-compiler/archive/v${pkgver}/${p "git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=${_spirv_headers_commit}" "git+https://github.com/intel/opencl-clang.git#commit=${_opencl_clang_commit}" "git+https://github.com/llvm/llvm-project.git#tag=llvmorg-${_llvmver}") -sha256sums=('62e5f1d32ba23a910e1d370092843f599b5f49ccd26cfa7236a7309aaa49a9e0' +sha256sums=('fe8a38b9398126835566ff18c2b88e197d351b645d3e6326b0d24d118bdb8ec9' '1a2ad7ac65dddd8d152a8f9efa08a9cf908154ea2289223bd6643e236228fad7' '19be593ce8d6f0174c1fbf3f11456f17630b505c0b156315cf3d05e888244e9f' 'ad11e234110902f42c9e54d2f4bb014b64e280ac9428f4c03a04b8b4571112b8' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/intel-graphics-compiler/-/commit/94544369ad36b00f21b31f6737b0a99462879bb2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/intel-graphics-compiler/-/commit/94544369ad36b00f21b31f6737b0a99462879bb2 You're receiving this email because of your account on gitlab.archlinux.org.