vulkan-validationlayers: update to 1.4.350.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Herby Gillot
2026-06-26 13:18:19 -04:00
committed by Vadym-Valdis Yudaiev
parent f18015411b
commit 62ecf79ef7
+7 -5
View File
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.1
github.setup KhronosGroup Vulkan-ValidationLayers 1.4.335.0 vulkan-sdk-
github.setup KhronosGroup Vulkan-ValidationLayers 1.4.350.1 vulkan-sdk-
github.tarball_from archive
name vulkan-validationlayers
revision 0
@@ -20,9 +20,11 @@ long_description \
use of the Vulkan API
homepage https://vulkan.lunarg.com
checksums sha256 464f754abdebef13c342e18861eab87be0ecc36cb1c257f6b2ddfa10afb8401a \
rmd160 e3cea3a9a77ecb903ad593f0582d618cd20ea358 \
size 7035814
checksums rmd160 b7f76a0d2f42a5cd01fa2dcd568dae690b90886d \
sha256 a299313781987946b6b26553d9f3da34126ebaea6e1bf805beb402d510d3b300 \
size 7789524
cmake.build_type Release
depends_build-append \
port:spirv-headers \
@@ -35,7 +37,7 @@ depends_lib-append \
port:vulkan-loader \
port:vulkan-utility-libraries
set py_ver 3.13
set py_ver 3.14
set py_ver_nodot [string map {. {}} ${py_ver}]
foreach stage {configure build destroot test} {
${stage}.env-append PATH=${frameworks_dir}/Python.framework/Versions/${py_ver}/bin:$env(PATH)