-
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.
(#16131) vulkan-validationlayers: add 1.3.239.0 + modernize more for …
…conan v2 * add vulkan-validationlayers/1.3.239.0 * modernize more * Vulkan-ValidationLayers requires CMake >=3.17.2 since 1.3.239 see KhronosGroup/Vulkan-ValidationLayers#5032 * relocatable shared lib on macOS * fix _cmake_new_enough() for conan v2 * add spirv-headers to requirements it's a direct dependency, so don't rely anymore on spirv-tools to expose spirv-headers to vulkan-validationlayers since it's a private dependency of spirv-tools (it would break in conan v2) * bump cmake * vulkan headers is public * use version range for cmake * upper bound --------- Co-authored-by: Rubén Rincón Blanco <[email protected]>
- Loading branch information
Showing
14 changed files
with
50 additions
and
17 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
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
1 change: 1 addition & 0 deletions
1
recipes/vulkan-validationlayers/all/dependencies/dependencies-1.2.182.yml
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,2 +1,3 @@ | ||
spirv-headers: "cci.20210616" | ||
spirv-tools: "2021.2" | ||
vulkan-headers: "1.2.182" |
1 change: 1 addition & 0 deletions
1
recipes/vulkan-validationlayers/all/dependencies/dependencies-1.2.189.2.yml
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,2 +1,3 @@ | ||
spirv-headers: "cci.20210811" | ||
spirv-tools: "2021.3" | ||
vulkan-headers: "1.2.189" |
1 change: 1 addition & 0 deletions
1
recipes/vulkan-validationlayers/all/dependencies/dependencies-1.2.198.0.yml
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,2 +1,3 @@ | ||
spirv-headers: "1.2.198.0" | ||
spirv-tools: "2021.4" | ||
vulkan-headers: "1.2.198.0" |
1 change: 1 addition & 0 deletions
1
recipes/vulkan-validationlayers/all/dependencies/dependencies-1.3.204.1.yml
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,2 +1,3 @@ | ||
spirv-headers: "1.3.204.0" | ||
spirv-tools: "1.3.204.0" | ||
vulkan-headers: "1.3.204.1" |
1 change: 1 addition & 0 deletions
1
recipes/vulkan-validationlayers/all/dependencies/dependencies-1.3.211.0.yml
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,2 +1,3 @@ | ||
spirv-headers: "1.3.211.0" | ||
spirv-tools: "1.3.211.0" | ||
vulkan-headers: "1.3.211.0" |
1 change: 1 addition & 0 deletions
1
recipes/vulkan-validationlayers/all/dependencies/dependencies-1.3.216.0.yml
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,2 +1,3 @@ | ||
spirv-headers: "1.3.216.0" | ||
spirv-tools: "1.3.216.0" | ||
vulkan-headers: "1.3.216.0" |
1 change: 1 addition & 0 deletions
1
recipes/vulkan-validationlayers/all/dependencies/dependencies-1.3.224.1.yml
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,2 +1,3 @@ | ||
spirv-headers: "1.3.224.0" | ||
spirv-tools: "1.3.224.0" | ||
vulkan-headers: "1.3.224.0" |
1 change: 1 addition & 0 deletions
1
recipes/vulkan-validationlayers/all/dependencies/dependencies-1.3.231.1.yml
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,2 +1,3 @@ | ||
spirv-headers: "1.3.231.1" | ||
spirv-tools: "1.3.231.1" | ||
vulkan-headers: "1.3.231.1" |
1 change: 1 addition & 0 deletions
1
recipes/vulkan-validationlayers/all/dependencies/dependencies-1.3.236.0.yml
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,2 +1,3 @@ | ||
spirv-headers: "1.3.236.0" | ||
spirv-tools: "1.3.236.0" | ||
vulkan-headers: "1.3.236.0" |
3 changes: 3 additions & 0 deletions
3
recipes/vulkan-validationlayers/all/dependencies/dependencies-1.3.239.0.yml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
spirv-headers: "1.3.239.0" | ||
spirv-tools: "1.3.239.0" | ||
vulkan-headers: "1.3.239.0" |
11 changes: 11 additions & 0 deletions
11
recipes/vulkan-validationlayers/all/patches/1.3.239.0-0001-fix-cmake.patch
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/layers/CMakeLists.txt | ||
+++ b/layers/CMakeLists.txt | ||
@@ -134,7 +134,7 @@ endif() | ||
|
||
find_package(PythonInterp 3 QUIET) | ||
|
||
-if (PYTHONINTERP_FOUND) | ||
+if (0) | ||
# Get the include directory of the SPIRV-Headers | ||
get_target_property(SPIRV_HEADERS_INCLUDE_DIR SPIRV-Headers::SPIRV-Headers INTERFACE_INCLUDE_DIRECTORIES) | ||
|
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,4 +1,6 @@ | ||
versions: | ||
"1.3.239.0": | ||
folder: all | ||
"1.3.236.0": | ||
folder: all | ||
"1.3.231.1": | ||
|