diff options
Diffstat (limited to 'repos/extra/spirv-llvm-translator/abuild')
| -rw-r--r-- | 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 100644 index 00000000..68ce678d --- /dev/null +++ b/repos/extra/spirv-llvm-translator/abuild @@ -0,0 +1,5 @@ +name=spirv-llvm-translator +version=19.1.5 +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" |