diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:49:18 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:49:18 +0800 |
| commit | b825a7a4e13bb373132120a0affa14e10c86637f (patch) | |
| tree | 48dd3ef4590f9ed24330acfc438c5c94a636b958 /repos/extra/spirv-llvm-translator/abuild | |
| parent | be81195be9e0a39c8112d2c460ac0b243f9a738e (diff) | |
| download | alicelinux-b825a7a4e13bb373132120a0affa14e10c86637f.tar.gz alicelinux-b825a7a4e13bb373132120a0affa14e10c86637f.zip | |
spirv-llvm-translator: new added
Diffstat (limited to 'repos/extra/spirv-llvm-translator/abuild')
| -rwxr-xr-x | repos/extra/spirv-llvm-translator/abuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/repos/extra/spirv-llvm-translator/abuild b/repos/extra/spirv-llvm-translator/abuild new file mode 100755 index 00000000..7c565f68 --- /dev/null +++ b/repos/extra/spirv-llvm-translator/abuild @@ -0,0 +1,5 @@ +name=spirv-llvm-translator +version=18.1.2 +release=1 +source="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v${version}/SPIRV-LLVM-Translator-${version}.tar.gz" +build_opt="-D BUILD_SHARED_LIBS=ON -D CMAKE_SKIP_INSTALL_RPATH=ON -D LLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=/usr" |