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


Commits:
ac31da50 by Daniel Bermond at 2024-10-28T14:07:16-03:00
upgpkg: 1:1.0.17791.9-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
 pkgbase = intel-graphics-compiler
        pkgdesc = Intel Graphics Compiler for OpenCL
-       pkgver = 1.0.17537.20
+       pkgver = 1.0.17791.9
        pkgrel = 1
        epoch = 1
        url = https://github.com/intel/intel-graphics-compiler/
        arch = x86_64
        license = MIT
-       license = LicenseRef-Custom
+       license = Apache-2.0 WITH LLVM-exception
        makedepends = git
        makedepends = cmake
        makedepends = python
@@ -19,16 +19,16 @@ pkgbase = intel-graphics-compiler
        replaces = intel-opencl-clang
        options = !emptydirs
        options = !lto
-       source = 
intel-graphics-compiler-1.0.17537.20.tar.gz::https://github.com/intel/intel-graphics-compiler/archive/refs/tags/igc-1.0.17537.20.tar.gz
+       source = 
intel-graphics-compiler-1.0.17791.9.tar.gz::https://github.com/intel/intel-graphics-compiler/archive/refs/tags/igc-1.0.17791.9.tar.gz
        source = git+https://github.com/intel/vc-intrinsics.git#tag=v0.19.0
-       source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=065a94408d01bacf2ee86443f56cfaa64fda1534
+       source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=a53b216b970cd101e5019c35d3f3f096459073de
        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 = 
44e77384ea69215d0311a08393019323f1c30217c05c972be945f2aed7fbde53
+       sha256sums = 
2a9b758ad0875bdd090e2d415bca1cf55bff991a23d50d88002e3951fc44c4aa
        sha256sums = 
da3aca24eb2d3f15240fb8dbdc90c2e27f8a921a56ca33ab2c964e77555c754a
-       sha256sums = 
35357c8a651cf421656328e17a005bed088091eb46a5402f7dd06e64361312aa
+       sha256sums = 
89bf7ba925c80cfbe8309c3d17adf3a8bddf32fc79a17ced79f21d1d6ddd03f8
        sha256sums = 
ad11e234110902f42c9e54d2f4bb014b64e280ac9428f4c03a04b8b4571112b8
        sha256sums = 
86b7a82e8169097bb84741dff6003da85c841f9d3514034b213896c498ae294c
        sha256sums = 
19214ef9956892960ebd10c91f13cde103ccd270aa4681bdeeb048eb500cd165


=====================================
PKGBUILD
=====================================
@@ -3,20 +3,20 @@
 # Maintainer: Torsten Keßler <[email protected]>
 
 pkgname=intel-graphics-compiler
-pkgver=1.0.17537.20
+pkgver=1.0.17791.9
 _llvmmaj=14
 _llvmver="${_llvmmaj}.0.5"
 _vciver=0.19.0
 _spirv_tools_ver=2023.6.rc1
 _spirv_headers_commit=1c6bb2743599e6eb6f37b2969acc0aef812e32e3
-_spirv_llvm_commit=065a94408d01bacf2ee86443f56cfaa64fda1534
+_spirv_llvm_commit=a53b216b970cd101e5019c35d3f3f096459073de
 _opencl_clang_commit=470cf0018e1ef6fc92eda1356f5f31f7da452abc
 pkgrel=1
 epoch=1
 pkgdesc='Intel Graphics Compiler for OpenCL'
 arch=('x86_64')
 url='https://github.com/intel/intel-graphics-compiler/'
-license=('MIT' 'LicenseRef-Custom')
+license=('MIT' 'Apache-2.0 WITH LLVM-exception')
 depends=('gcc-libs' 'zlib')
 makedepends=('git' 'cmake' 'python' 'python-mako' 'python-yaml')
 provides=("intel-opencl-clang=${_llvmmaj}")
@@ -30,9 +30,9 @@ 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/intel/intel-graphics-co
         
"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=('44e77384ea69215d0311a08393019323f1c30217c05c972be945f2aed7fbde53'
+sha256sums=('2a9b758ad0875bdd090e2d415bca1cf55bff991a23d50d88002e3951fc44c4aa'
             'da3aca24eb2d3f15240fb8dbdc90c2e27f8a921a56ca33ab2c964e77555c754a'
-            '35357c8a651cf421656328e17a005bed088091eb46a5402f7dd06e64361312aa'
+            '89bf7ba925c80cfbe8309c3d17adf3a8bddf32fc79a17ced79f21d1d6ddd03f8'
             'ad11e234110902f42c9e54d2f4bb014b64e280ac9428f4c03a04b8b4571112b8'
             '86b7a82e8169097bb84741dff6003da85c841f9d3514034b213896c498ae294c'
             '19214ef9956892960ebd10c91f13cde103ccd270aa4681bdeeb048eb500cd165'



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

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


Reply via email to