mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
spirv-headers 1.3.261.1 -> 1.3.283.0 (#10084)
This commit is contained in:
committed by
GitHub
parent
6d9ca732a4
commit
d5eb3cec3e
@@ -45,6 +45,7 @@
|
||||
/usr/local/include/spirv/unified1/NonSemanticDebugBreak.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticDebugPrintf.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticShaderDebugInfo100.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticVkspReflection.h
|
||||
/usr/local/include/spirv/unified1/OpenCL.std.h
|
||||
/usr/local/include/spirv/unified1/OpenCLDebugInfo100.h
|
||||
/usr/local/include/spirv/unified1/extinst.debuginfo.grammar.json
|
||||
@@ -53,6 +54,7 @@
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.debugbreak.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.debugprintf.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.100.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.opencl.std.100.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.spv-amd-gcn-shader.grammar.json
|
||||
|
||||
@@ -42,15 +42,19 @@
|
||||
/usr/local/include/spirv/unified1/DebugInfo.h
|
||||
/usr/local/include/spirv/unified1/GLSL.std.450.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticClspvReflection.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticDebugBreak.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticDebugPrintf.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticShaderDebugInfo100.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticVkspReflection.h
|
||||
/usr/local/include/spirv/unified1/OpenCL.std.h
|
||||
/usr/local/include/spirv/unified1/OpenCLDebugInfo100.h
|
||||
/usr/local/include/spirv/unified1/extinst.debuginfo.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.glsl.std.450.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.debugbreak.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.debugprintf.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.100.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.opencl.std.100.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.spv-amd-gcn-shader.grammar.json
|
||||
@@ -69,5 +73,4 @@
|
||||
/usr/local/include/spirv/unified1/spv.d
|
||||
/usr/local/share/cmake/SPIRV-Headers/SPIRV-HeadersConfig.cmake
|
||||
/usr/local/share/cmake/SPIRV-Headers/SPIRV-HeadersConfigVersion.cmake
|
||||
/usr/local/share/cmake/SPIRV-Headers/SPIRV-HeadersTargets.cmake
|
||||
/usr/local/share/pkgconfig/SPIRV-Headers.pc
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
/usr/local/include/spirv/unified1/NonSemanticDebugBreak.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticDebugPrintf.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticShaderDebugInfo100.h
|
||||
/usr/local/include/spirv/unified1/NonSemanticVkspReflection.h
|
||||
/usr/local/include/spirv/unified1/OpenCL.std.h
|
||||
/usr/local/include/spirv/unified1/OpenCLDebugInfo100.h
|
||||
/usr/local/include/spirv/unified1/extinst.debuginfo.grammar.json
|
||||
@@ -53,6 +54,7 @@
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.debugbreak.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.debugprintf.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.100.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.opencl.std.100.grammar.json
|
||||
/usr/local/include/spirv/unified1/extinst.spv-amd-gcn-shader.grammar.json
|
||||
|
||||
@@ -1,21 +1,19 @@
|
||||
# Adapted from Arch Linux spirv-headers PKGBUILD at:
|
||||
# https://github.com/archlinux/svntogit-community/raw/packages/spirv-headers/trunk/PKGBUILD
|
||||
|
||||
require 'buildsystems/cmake'
|
||||
|
||||
class Spirv_headers < CMake
|
||||
homepage 'https://github.com/KhronosGroup/SPIRV-Headers'
|
||||
description 'SPIR-V Headers'
|
||||
version '1.3.261.1'
|
||||
version '1.3.283.0'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/KhronosGroup/SPIRV-Headers.git'
|
||||
git_hashtag "sdk-#{version}"
|
||||
git_hashtag "vulkan-sdk-#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'f0ccd14ad257de154c75417ebe3bb9514acfa1a11fbfda061a76e6114fd9951a',
|
||||
armv7l: 'f0ccd14ad257de154c75417ebe3bb9514acfa1a11fbfda061a76e6114fd9951a',
|
||||
x86_64: '2349dc931a83b87fc7ef41bec8c3450997df3c8d9065871da8d4e753caf98c54'
|
||||
aarch64: '56b65ee42413a4082ea307f966f7f210b2122bc7dbb1affcefc9d2d0522108e8',
|
||||
armv7l: '56b65ee42413a4082ea307f966f7f210b2122bc7dbb1affcefc9d2d0522108e8',
|
||||
i686: 'e504e50da7ded4996fafb8e0efe5df5d55b717a9c3707d9aaed09c9601f7548c',
|
||||
x86_64: 'ad032337d87144f12d3a16cfcd5948cc5a33c6b330cd6353d7bd9b83245403f3'
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user