Skip to content

Commit

Permalink
(#8052) bump spirv-tools to 2021.4
Browse files Browse the repository at this point in the history
* bump spirv-tools to 2021.4

* add patch from previous version
  • Loading branch information
AndreyMlashkin authored Nov 18, 2021
1 parent acb6db8 commit 903cf24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/spirv-tools/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"2021.4":
url: "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2021.4.tar.gz"
sha256: "d68de260708dda785d109ff1ceeecde2d2ab71142fa5bf59061bb9f47dd3bb2c"
"2021.3":
url: "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2021.3.tar.gz"
sha256: "b6b4194121ee8084c62b20f8d574c32f766e4e9237dfe60b0658b316d19c6b13"
Expand All @@ -15,6 +18,9 @@ sources:
url: "https://github.com/KhronosGroup/SPIRV-Tools/archive/v2019.2.tar.gz"
sha256: "1fde9d2a0df920a401441cd77253fc7b3b9ab0578eabda8caaaceaa6c7638440"
patches:
"2021.4":
- patch_file: "patches/0001-fix-cmake-iOS-tvOS-watchOS-2021.3.patch"
base_path: "source_subfolder"
"2021.3":
- patch_file: "patches/0001-fix-cmake-iOS-tvOS-watchOS-2021.3.patch"
base_path: "source_subfolder"
Expand Down
1 change: 1 addition & 0 deletions recipes/spirv-tools/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def requirements(self):
@property
def _get_compatible_spirv_headers_version(self):
return {
"2021.4": "cci.20211010",
"2021.3": "cci.20210811",
"2021.2": "cci.20210616",
"2020.5": "1.5.4",
Expand Down
2 changes: 2 additions & 0 deletions recipes/spirv-tools/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"2021.4":
folder: all
"2021.3":
folder: all
"2021.2":
Expand Down

0 comments on commit 903cf24

Please sign in to comment.