-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#19980) glslang: update versions, simplify patching
* glslang: simplify patching * glslang: add new versions, remove old ones Removed versions that are more than a year old. * glslang: update versions to match spirv-tools * glslang: drop self._is_v1 * glslang: the license is much more complicated than just BSD-3-Clause + NVIDIA * glslang: fix fPIC handling * glslang: add newer CMake * glslang: fix fPIC handling
- Loading branch information
Showing
5 changed files
with
63 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,20 @@ | ||
# Add only the SDK release versions from https://github.com/KhronosGroup/glslang/tags for consistency | ||
sources: | ||
"1.3.268.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/vulkan-sdk-1.3.268.0.tar.gz" | ||
sha256: "8cfb4824f185bc246cd41cceedbfcdf14abd3d2fa861512baf81df8a263b9283" | ||
"1.3.261.1": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/sdk-1.3.261.1.tar.gz" | ||
sha256: "eb1f9c2ff0a1409151d7749fb37bc1988dc1fd908444c1e4f43d4190c90befcd" | ||
"1.3.243.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/sdk-1.3.243.0.tar.gz" | ||
sha256: "18b8f296874ac19d034bfb9060238c87b6d67a39af0dfd305d3252762c265f9f" | ||
"1.3.239.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/sdk-1.3.239.0.tar.gz" | ||
sha256: "8b040328c18399b7bbf5bef84fac3d7b7376b39ec6833b7e19b7961bf7a72017" | ||
"1.3.236.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/sdk-1.3.236.0.tar.gz" | ||
sha256: "fb6f323a36efcd98766bb72f598008f73c4c92bce69c79fc98ad2b3cdca0c263" | ||
"1.3.231.1": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/sdk-1.3.231.1.tar.gz" | ||
sha256: "df3857f01c1aa9ee1927d2feaaa431406d243958e07791e9aed4cb5ab22a5f2b" | ||
"1.3.224.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/sdk-1.3.224.0.tar.gz" | ||
sha256: "c43c6aa149fa1165e01b375b4d95cbc23b4fc72bd9972a89c55dd1eaa8a360ca" | ||
"1.3.216.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/sdk-1.3.216.0.tar.gz" | ||
sha256: "3f80a926390faedd33e6ed17ec68340abace83913b285174e2dee87156577be5" | ||
"1.3.211.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/sdk-1.3.211.0.tar.gz" | ||
sha256: "4335eec84b87d64130e860dad5d6dc1f722277d4e0ff5027153e2743628cb221" | ||
"1.3.204.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/sdk-1.3.204.0.tar.gz" | ||
sha256: "c6bec993194377944fb8d6d585a90e1288994660782d709e30fa1d91810d6820" | ||
"11.7.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/11.7.0.tar.gz" | ||
sha256: "b6c83864c3606678d11675114fa5f358c519fe1dad9a781802bcc87fb8fa32d5" | ||
"11.6.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/11.6.0.tar.gz" | ||
sha256: "99ecd3a0c2c2219293d76723846f762a9f3e7dd0dc2a4f346d0fc3a05a0ce000" | ||
"11.5.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/11.5.0.tar.gz" | ||
sha256: "fd0b5e3bda591bb08bd3049655a99a0a55f0de4059b9c8f7b397e4b19cf5d51f" | ||
"8.13.3559": | ||
url: "https://github.com/KhronosGroup/glslang/archive/8.13.3559.tar.gz" | ||
sha256: "c58fdcf7e00943ba10f9ae565b2725ec9d5be7dab7c8e82cac72fcaa83c652ca" | ||
patches: | ||
"1.3.239.0": | ||
- patch_file: "patches/1.3.236.0-0001-no-force-glslang-pic.patch" | ||
"1.3.236.0": | ||
- patch_file: "patches/1.3.236.0-0001-no-force-glslang-pic.patch" | ||
"1.3.231.1": | ||
- patch_file: "patches/0001-no-force-glslang-pic.patch" | ||
"1.3.224.0": | ||
- patch_file: "patches/0001-no-force-glslang-pic.patch" | ||
"1.3.216.0": | ||
- patch_file: "patches/0001-no-force-glslang-pic.patch" | ||
"1.3.211.0": | ||
- patch_file: "patches/0001-no-force-glslang-pic.patch" | ||
"1.3.204.0": | ||
- patch_file: "patches/0001-no-force-glslang-pic.patch" | ||
"11.7.0": | ||
- patch_file: "patches/0001-no-force-glslang-pic.patch" | ||
"11.6.0": | ||
- patch_file: "patches/0001-no-force-glslang-pic.patch" | ||
"11.5.0": | ||
- patch_file: "patches/0001-no-force-glslang-pic.patch" | ||
"1.2.198.0": | ||
url: "https://github.com/KhronosGroup/glslang/archive/refs/tags/sdk-1.2.198.0.tar.gz" | ||
sha256: "b2a0541caf01de4fc411cbb32c805a3bd0f6578432e532c5fa6336d187a4a1b1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
recipes/glslang/all/patches/0001-no-force-glslang-pic.patch
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
recipes/glslang/all/patches/1.3.236.0-0001-no-force-glslang-pic.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
versions: | ||
"1.3.239.0": | ||
folder: all | ||
"1.3.236.0": | ||
folder: all | ||
"1.3.231.1": | ||
folder: all | ||
"1.3.224.0": | ||
"1.3.268.0": | ||
folder: all | ||
"1.3.216.0": | ||
"1.3.261.1": | ||
folder: all | ||
"1.3.211.0": | ||
"1.3.243.0": | ||
folder: all | ||
"1.3.204.0": | ||
folder: all | ||
"11.7.0": | ||
folder: all | ||
"11.6.0": | ||
"1.3.239.0": | ||
folder: all | ||
"11.5.0": | ||
"1.3.236.0": | ||
folder: all | ||
"8.13.3559": | ||
"1.2.198.0": | ||
folder: all |