diff options
author | Danny Rawlins <contact@romster.me> | 2020-10-24 01:52:30 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2020-10-24 01:52:30 +1100 |
commit | 18c62f41201b74a570e9ea5cc6fc121fc5b0fb83 (patch) | |
tree | 2f7810a6d4b6411b91f2ba8fb3565299b270c5af /spirv-headers | |
parent | 0d2c092d087909558a4379f925e75eef39d41073 (diff) | |
download | opt-18c62f41201b74a570e9ea5cc6fc121fc5b0fb83.tar.gz opt-18c62f41201b74a570e9ea5cc6fc121fc5b0fb83.tar.xz |
spirv-headers: 1.5.3 -> 1.5.3-060627f
Diffstat (limited to 'spirv-headers')
-rw-r--r-- | spirv-headers/.footprint | 2 | ||||
-rw-r--r-- | spirv-headers/.signature | 8 | ||||
-rw-r--r-- | spirv-headers/Pkgfile | 9 |
3 files changed, 13 insertions, 6 deletions
diff --git a/spirv-headers/.footprint b/spirv-headers/.footprint index ff2c0fdb2..7f4dcedc5 100644 --- a/spirv-headers/.footprint +++ b/spirv-headers/.footprint @@ -48,11 +48,13 @@ drwxr-xr-x root/root usr/include/spirv/unified1/ -rw-r--r-- root/root usr/include/spirv/unified1/AMD_shader_trinary_minmax.h -rw-r--r-- root/root usr/include/spirv/unified1/DebugInfo.h -rw-r--r-- root/root usr/include/spirv/unified1/GLSL.std.450.h +-rw-r--r-- root/root usr/include/spirv/unified1/NonSemanticClspvReflection.h -rw-r--r-- root/root usr/include/spirv/unified1/NonSemanticDebugPrintf.h -rw-r--r-- root/root usr/include/spirv/unified1/OpenCL.std.h -rw-r--r-- root/root usr/include/spirv/unified1/OpenCLDebugInfo100.h -rw-r--r-- root/root usr/include/spirv/unified1/extinst.debuginfo.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/extinst.glsl.std.450.grammar.json +-rw-r--r-- root/root usr/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/extinst.nonsemantic.debugprintf.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/extinst.opencl.std.100.grammar.json diff --git a/spirv-headers/.signature b/spirv-headers/.signature index 0681744b6..f77e7b7e1 100644 --- a/spirv-headers/.signature +++ b/spirv-headers/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Zlc4yfecSQEOKs3QIHiYvWeUacgNsa9vvThaunz6nagf8DtyYD4LQPVt1Dz3X/N4Nq+galiZ1hWuhKujr9J8wI= -SHA256 (Pkgfile) = b0044fe738b9dcf870127fc84f0a404b162b4391d92ba019ed2f077e5d3ac300 -SHA256 (.footprint) = 24829e1b094986dd7021f7ac3082b328a3baf6688964509a117222df08ee76f4 -SHA256 (SPIRV-Headers-1.5.3.tar.gz) = eece8a9e147d37997d425d5d2eeb2e757ad25adc30d6651467094f3b18609b5a +RWSE3ohX2g5d/fdjaQ3god4euoPEXY7jDzoHgq23652+Rs8qmv+lzM3JVWfhMjJlVLPEQ33afSPunckXNjHbWCJFp+H/JNOWywM= +SHA256 (Pkgfile) = 58dcdd9db5906b918ad8475261ed5584a369678e42da5fbb3b3749c6174e705e +SHA256 (.footprint) = 051b31aecd3e919aa7f5b6c995e1c913350e6c210ed660ac2cb46030df110d9c +SHA256 (060627f0b0d2fa8581b5acb939f46e3b9e500593.zip) = 6ff599807b355da41140978156698bb64ce0ecee12458ee5f98feb9e81ba3555 diff --git a/spirv-headers/Pkgfile b/spirv-headers/Pkgfile index d285259db..bc95994b8 100644 --- a/spirv-headers/Pkgfile +++ b/spirv-headers/Pkgfile @@ -4,11 +4,16 @@ # Depends on: cmake ninja name=spirv-headers -version=1.5.3 +version=1.5.3-060627f release=1 -source=(https://github.com/KhronosGroup/SPIRV-Headers/archive/$version/SPIRV-Headers-$version.tar.gz) +source=( + #https://github.com/KhronosGroup/SPIRV-Headers/archive/$version/SPIRV-Headers-$version.tar.gz + https://github.com/KhronosGroup/SPIRV-Headers/archive/060627f0b0d2fa8581b5acb939f46e3b9e500593.zip +) build() { + mv SPIRV-Headers-060627f0b0d2fa8581b5acb939f46e3b9e500593 SPIRV-Headers-$version + cmake -SSPIRV-Headers-$version -Bbuild -GNinja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ |