mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-01 07:30:09 -07:00
spirv-tools: 1.3.290.0
This commit is contained in:
parent
4a7d38a459
commit
b82430170a
10
extra/spirv-tools/build
Executable file
10
extra/spirv-tools/build
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
export DESTDIR="$1"
|
||||||
|
|
||||||
|
cmake -B build \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DSPIRV-Headers_SOURCE_DIR=/usr
|
||||||
|
|
||||||
|
cmake --build build
|
||||||
|
cmake --install build
|
1
extra/spirv-tools/checksums
Normal file
1
extra/spirv-tools/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
5d0d4f67c1bc2cc5376227621303b296b8ea312679492e58434368f889fb467f75
|
3
extra/spirv-tools/depends
Normal file
3
extra/spirv-tools/depends
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
cmake make
|
||||||
|
python make
|
||||||
|
spirv-headers make
|
1
extra/spirv-tools/sources
Normal file
1
extra/spirv-tools/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://github.com/KhronosGroup/SPIRV-tools/archive/refs/tags/vulkan-sdk-1.3.290.0.tar.gz
|
1
extra/spirv-tools/version
Normal file
1
extra/spirv-tools/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.3.290.0 1
|
Loading…
Reference in New Issue
Block a user