spirv-tools

This commit is contained in:
Rmys
2021-02-01 15:59:22 +03:00
committed by GitHub
parent 7e9330a643
commit 2519fc12ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ pisitools.cxxflags.add("-std=gnu++11")
def setup():
shelltools.system("mv SPIRV-Headers-1.5.4 external/SPIRV-Headers")
shelltools.system("mv SPIRV-Headers-1.5.4.raytracing.fixed external/SPIRV-Headers")
if get.buildTYPE() == "emul32":
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib32 \
+1 -1
View File
@@ -13,7 +13,7 @@
<Summary>API and commands for processing SPIR-V modules</Summary>
<Description>API and commands for processing SPIR-V modules</Description>
<Archive sha1sum="e4f67b727294e78c796885da35d868f3772b8300" type="targz">https://github.com/KhronosGroup/SPIRV-Tools/archive/v2020.6.tar.gz</Archive>
<Archive sha1sum="24e517cc55339b847ccb7d3b1d59f73b7df775a1" type="targz" target="SPIRV-Tools-2020.6">https://github.com/KhronosGroup/SPIRV-Headers/archive/1.5.4.tar.gz</Archive>
<Archive sha1sum="49657f53dd391ab9dad0cb1ce47001d673a2c7ab" type="targz" target="SPIRV-Tools-2020.6">https://github.com/KhronosGroup/SPIRV-Headers/archive/1.5.4.raytracing.fixed.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>python3-devel</Dependency>