Skip to content

Commit

Permalink
update SPIRV-Tools to make glslang compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tpgxyz committed Jan 2, 2023
1 parent 746e3f2 commit 39a799f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .abf.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sources:
SPIRV-Tools-2022.4.tar.gz: 3e379904ad9b8d98a44d546637d5e63a29b5b900
SPIRV-Tools-40f5bf59c6acb4754a0bffd3c53a715732883a12.tar.gz: 14cb83b66cf113f0940da904bcb269f0b8f3a391
SPIRV-Headers-1d31a100405cf8783ca7a31e31cdd727c9fc54c3.tar.gz: 67eacd56caf44dc237c7273b737a1a38cd54d3fd
llvm-project-15.0.6.src.tar.xz: 0def887ec873f43c760aad2d2bb87f971c54d3b9
spirv-llvm-translator-15.0.6.tar.gz: dca0bb19b020e15ccbedc888d6ec3b161598eb42
6 changes: 3 additions & 3 deletions llvm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ Release: 0.%{date}.1
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/llvm-project-%{version}.src.tar.xz
# llvm-spirv-translator and friends
Source20: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/heads/llvm_release_150.tar.gz#/spirv-llvm-translator-%{version}.tar.gz
Release: 2
Release: 3
%endif
# HEAD as of 2022/12/20 also take a look here https://github.com/KhronosGroup/glslang/blob/master/known_good.json
Source21: https://github.com/KhronosGroup/SPIRV-Headers/archive/SPIRV-Headers-1d31a100405cf8783ca7a31e31cdd727c9fc54c3.tar.gz
Source22: https://github.com/KhronosGroup/SPIRV-Tools/archive/SPIRV-Tools-2022.4.tar.gz
Source22: https://github.com/KhronosGroup/SPIRV-Tools/archive/SPIRV-Tools-40f5bf59c6acb4754a0bffd3c53a715732883a12.tar.gz
# For compatibility with the nongnu.org libunwind
Source50: libunwind.pc.in
Source1000: llvm.rpmlintrc
Expand Down Expand Up @@ -224,7 +224,7 @@ Source62: llvm-10-default-compiler-rt.patch
# Another patch, applied conditionally
Source63: llvm-riscv-needs-libatomic-linkage.patch
# SPIR-V fixes
Patch90: spirv-fix-warnings.patch
#Patch90: spirv-fix-warnings.patch
Patch91: SPRIV-Tools-soname.patch

BuildRequires: bison
Expand Down

0 comments on commit 39a799f

Please sign in to comment.