Skip to content

Commit

Permalink
(conan-io#6144) Bump spirv-tools to 2021.2
Browse files Browse the repository at this point in the history
  • Loading branch information
espositofulvio authored and AndreyMlashkin committed Jul 19, 2021
1 parent a305f9f commit bcd9028
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 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.2":
url: "https://github.com/KhronosGroup/SPIRV-Tools/archive/v2021.2.tar.gz"
sha256: "2416a0354a0b14b8e7b671f6f99652cc8a8a83dc9acf195dafd22fbee5e92035"
"2020.5":
url: "https://github.com/KhronosGroup/SPIRV-Tools/archive/v2020.5.tar.gz"
sha256: "947ee994ba416380bd7ccc1c6377ac28a4802a55ca81ccc06796c28e84c00b71"
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.2": "cci.20210616",
"2020.5": "1.5.4",
"2020.3": "1.5.3",
"2019.2": "1.5.1",
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.2":
folder: all
"2020.5":
folder: all
"v2020.5":
Expand Down

0 comments on commit bcd9028

Please sign in to comment.