diff --git a/graphics/vulkan-volk/Portfile b/graphics/vulkan-volk/Portfile index 697fe300e8a..46164f498da 100644 --- a/graphics/vulkan-volk/Portfile +++ b/graphics/vulkan-volk/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup zeux volk 1.4.335.0 vulkan-sdk- +github.setup zeux volk 1.4.350.1 vulkan-sdk- github.tarball_from archive name vulkan-volk revision 0 @@ -24,11 +24,13 @@ long_description \ Finally, volk enables loading Vulkan entrypoints directly from the driver\ which can increase performance by skipping loader dispatch overhead. -checksums sha256 ca2beb1ab9bf272895bc0152ef29b437d178d837bae4a76d0022b7bbafb3c483 \ - rmd160 78568ddde99238b324d984da4e50c66602e0eb60 \ - size 79441 +checksums rmd160 e93dde1ba87f36145a6406087ea8c2e994bdad15 \ + sha256 078a9411298e4e0f60f5f5398c890783427c25a414619294ca8e69587bbd5eae \ + size 84557 -set py_ver 3.13 +cmake.build_type Release + +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)