UmVirt LFS Package info

DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

SPIRV-LLVM-Translator

The SPIRV-LLVM-Translator package contains a library and utility for converting between LLVM IR and SPIR-V code. This package currently only supports the OpenCL/Compute version of SPIR-V.

Package info

Codename: SPIRV-LLVM-Translator
Source file: SPIRV-LLVM-Translator-18.1.3.tar.gz
Source directory: SPIRV-LLVM-Translator-18.1.3
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/s/SPIRV-LLVM-Translator-18.1.3.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/s/SPIRV-LLVM-Translator-18.1.3.tar.gz.md5sum
Dependances: libxml2, llvm, SPIRV-Tools.
Dependance of: libclc.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr                   \
      -D CMAKE_BUILD_TYPE=Release                    \
      -D BUILD_SHARED_LIBS=ON                        \
      -D CMAKE_SKIP_INSTALL_RPATH=ON                 \
      -D LLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=/usr \
      -G Ninja .. 

Build script:
cd    build 
ninja

Install script:
cd    build 
ninja install