mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
spirv-llvm-translator: 18.1.4
This commit is contained in:
parent
bb2d380b6c
commit
4a7d38a459
11
extra/spirv-llvm-translator/build
Executable file
11
extra/spirv-llvm-translator/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export DESTDIR="$1"
|
||||
|
||||
cmake -B build \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=/usr/include/spirv \
|
||||
-DLLVM_SPIRV_INCLUDE_TESTS=OFF
|
||||
|
||||
cmake --build build
|
||||
cmake --install build
|
1
extra/spirv-llvm-translator/checksums
Normal file
1
extra/spirv-llvm-translator/checksums
Normal file
@ -0,0 +1 @@
|
||||
0b0306ec96b3567dc8ef99877f344cfe654b66b8af973b946d8a4ab8c9166b1d6f
|
3
extra/spirv-llvm-translator/depends
Normal file
3
extra/spirv-llvm-translator/depends
Normal file
@ -0,0 +1,3 @@
|
||||
cmake make
|
||||
llvm
|
||||
spirv-tools
|
1
extra/spirv-llvm-translator/sources
Normal file
1
extra/spirv-llvm-translator/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v18.1.4/SPIRV-LLVM-Translator-18.1.4.tar.gz
|
1
extra/spirv-llvm-translator/version
Normal file
1
extra/spirv-llvm-translator/version
Normal file
@ -0,0 +1 @@
|
||||
18.1.4 1
|
Loading…
Reference in New Issue
Block a user