Skip to content

Commit

Permalink
vulkan-headers: update to 1.1.112
Browse files Browse the repository at this point in the history
Also switch off sdk only versions so we can update more frequently
  • Loading branch information
jdek authored and pmetzger committed Jul 12, 2019
1 parent 11f950b commit c721a76
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions graphics/vulkan-headers/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.0
PortGroup cmake 1.1

github.setup KhronosGroup Vulkan-Headers sdk-1.1.101.0
github.setup KhronosGroup Vulkan-Headers 1.1.112 v
name vulkan-headers
version 1.1.101.0

categories graphics
platforms darwin
Expand All @@ -18,7 +17,14 @@ long_description Development header files for the Vulkan graphics API. See Mo
Vulkan-Loader for related ports.

homepage https://vulkan.lunarg.com
checksums sha256 95c876b537356e3b7742defa45a249ad98c935dd4080c01b62c2e3d4248ed7f8 \
rmd160 ed499b18d1432663ec9dce2a8910ded2b8517db2 \
size 556522
checksums sha256 cfa8ec275b3b7ab46e51b0a81992a43a050aad1fae08e111ec44712d644fd68c \
rmd160 53850d39a09bac40cef8c17aa261048c93c77a95 \
size 590787
use_zip no

depends_build-append port:python37
pre-configure {
file mkdir ${workpath}/bin
file link -symbolic ${workpath}/bin/python ${prefix}/bin/python3.7
configure.env-append PATH="${workpath}/bin:$::env(PATH)"
}

0 comments on commit c721a76

Please sign in to comment.