Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-graphics-compiler


Commits:
31ac4986 by Daniel Bermond at 2025-09-16T13:28:11-03:00
upgpkg: 1:2.18.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = intel-graphics-compiler
        pkgdesc = Intel Graphics Compiler for OpenCL
-       pkgver = 2.16.0
+       pkgver = 2.18.5
        pkgrel = 1
        epoch = 1
        url = https://github.com/intel/intel-graphics-compiler/
@@ -21,19 +21,19 @@ pkgbase = intel-graphics-compiler
        replaces = intel-opencl-clang
        options = !emptydirs
        options = !lto
-       source = 
https://github.com/intel/intel-graphics-compiler/archive/v2.16.0/intel-graphics-compiler-2.16.0.tar.gz
+       source = 
https://github.com/intel/intel-graphics-compiler/archive/v2.18.5/intel-graphics-compiler-2.18.5.tar.gz
        source = git+https://github.com/intel/vc-intrinsics.git#tag=v0.23.1
-       source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=6fd7ff4e76b344dd17cca735af60ee613f322440
-       source = 
git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v2025.1.rc1
-       source = 
git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=aa6cef192b8e693916eb713e7a9ccadf06062ceb
+       source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=a077a090060f953ba7dd024208980ca837233d87
+       source = 
git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=28a883ba4c67f58a9540fb0651c647bb02883622
+       source = 
git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=04b76709bf40a7ce8df3382060ef3620f19de566
        source = 
git+https://github.com/intel/opencl-clang.git#commit=7eef46576eca117685ae431735c2725ddb889260
        source = git+https://github.com/llvm/llvm-project.git#tag=llvmorg-15.0.7
        source = 010-intel-graphics-compiler-disable-werror.patch
-       sha256sums = 
e8b74139d28e3c3be6acde94ac9e106af913dcaa495e2c687cdcb520f0a26538
+       sha256sums = 
11ead7f13f85d27412b6864c5db9bb86cf8d38e4d04a76e468a2cd4416e8df3b
        sha256sums = 
b05cabc364c71450738b999906df5ffae683c3501760a3edaa71f113b3cbc1a0
-       sha256sums = 
476261320cc1eb22dd6bc46b4632abde878a3703352909928e71773ee7059246
-       sha256sums = 
7659e07da76ea409cdf6665c6a28c1b88702c7846062f03c9be7917c9114376e
-       sha256sums = 
0d9741de558943f181437dd5141dbb0af4d266aed63fc1eb6356708dfca25258
+       sha256sums = 
02c161ac55930f4e68b00e37448b987a00a62fccbad09f791070eee54149c589
+       sha256sums = 
e028a800c43945d94fc100aa25427d360a21c00b1154fb239ec2fce0c06ea85d
+       sha256sums = 
157890d75d99e923eb97ab8e00499d13ef21cc34f9814b6ae5f6f9c7f2ec2e56
        sha256sums = 
20b358895a331ebaf921d5dfce5042a03f2f262b9b64b33a421710abd2255a93
        sha256sums = 
5e0b72ca37446fdf0fa54f1bb4cea6d3a53c19bdf373fa054b6a8ce640519024
        sha256sums = 
505a6f3e4cd4a47bb23b6567c965127a2399a04e1246d0d7b1dfddf1b9c6c1e2


=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
 # Maintainer: Torsten Keßler <tpkess...@archlinux.org>
 
 pkgname=intel-graphics-compiler
-pkgver=2.16.0
+pkgver=2.18.5
 _llvmmaj=15
 _llvmver="${_llvmmaj}.0.7"
 _vciver=0.23.1
-_spirv_tools_ver=2025.1.rc1
-_spirv_headers_commit=aa6cef192b8e693916eb713e7a9ccadf06062ceb
-_spirv_llvm_commit=6fd7ff4e76b344dd17cca735af60ee613f322440
+_spirv_tools_commit=28a883ba4c67f58a9540fb0651c647bb02883622
+_spirv_headers_commit=04b76709bf40a7ce8df3382060ef3620f19de566
+_spirv_llvm_commit=a077a090060f953ba7dd024208980ca837233d87
 _opencl_clang_commit=7eef46576eca117685ae431735c2725ddb889260
 pkgrel=1
 epoch=1
@@ -35,16 +35,16 @@ options=('!emptydirs' '!lto')
 
source=("https://github.com/intel/intel-graphics-compiler/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";
         "git+https://github.com/intel/vc-intrinsics.git#tag=v${_vciver}";
         
"git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=${_spirv_llvm_commit}";
-        
"git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v${_spirv_tools_ver}";
+        
"git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=${_spirv_tools_commit}";
         
"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}";
         '010-intel-graphics-compiler-disable-werror.patch')
-sha256sums=('e8b74139d28e3c3be6acde94ac9e106af913dcaa495e2c687cdcb520f0a26538'
+sha256sums=('11ead7f13f85d27412b6864c5db9bb86cf8d38e4d04a76e468a2cd4416e8df3b'
             'b05cabc364c71450738b999906df5ffae683c3501760a3edaa71f113b3cbc1a0'
-            '476261320cc1eb22dd6bc46b4632abde878a3703352909928e71773ee7059246'
-            '7659e07da76ea409cdf6665c6a28c1b88702c7846062f03c9be7917c9114376e'
-            '0d9741de558943f181437dd5141dbb0af4d266aed63fc1eb6356708dfca25258'
+            '02c161ac55930f4e68b00e37448b987a00a62fccbad09f791070eee54149c589'
+            'e028a800c43945d94fc100aa25427d360a21c00b1154fb239ec2fce0c06ea85d'
+            '157890d75d99e923eb97ab8e00499d13ef21cc34f9814b6ae5f6f9c7f2ec2e56'
             '20b358895a331ebaf921d5dfce5042a03f2f262b9b64b33a421710abd2255a93'
             '5e0b72ca37446fdf0fa54f1bb4cea6d3a53c19bdf373fa054b6a8ce640519024'
             '505a6f3e4cd4a47bb23b6567c965127a2399a04e1246d0d7b1dfddf1b9c6c1e2')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-graphics-compiler/-/commit/31ac49862ab4313574567d4d6bee3aba759ae19e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-graphics-compiler/-/commit/31ac49862ab4313574567d4d6bee3aba759ae19e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to