The SPIRV-Headers package contains headers that allow for applications to use the SPIR-V language and instruction set with Vulkan. SPIR-V is a binary intermediate language for representing graphical shader stages and compute kernels for multiple Khronos APIs, including OpenGL and Vulkan.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-1.4.328.1/SPIRV-Headers-vulkan-sdk-1.4.328.1.tar.gz
Download SHA256 Sum: 602364ab7bf404a7f352df7da5c645f1c4558a9c92616f8ee33422b04d5e35b7
Download MD5 sum: fe65ef52a13a0f6d20c065208cd9efab
Download size: 3,771.3 KB
Estimated disk space required: 4,106.6 KB
Estimated build time: less than 0.1 SBU
Prepare SPIRV-Headers by running the following commands:
cmake -B build -D CMAKE_INSTALL_PREFIX=/usr -G Ninja
Now Build the package, issue:
ninja -C build
This package does not come with a test suite.
Now Install, as the root user:
ninja -C build install