Package Details: spirv-llvm-translator-minimal-git 1:r2012.0838497-1

Git Clone URL: https://aur.archlinux.org/spirv-llvm-translator-minimal-git.git (read-only, click to copy)
Package Base: spirv-llvm-translator-minimal-git
Description: Tool and a library for bi-directional translation between SPIR-V and LLVM IR, trunk version
Upstream URL: https://github.com/KhronosGroup/SPIRV-LLVM-Translator
Licenses: custom:Apache 2.0 with LLVM Exception
Conflicts: spirv-llvm-translator
Provides: spirv-llvm-translator
Submitter: Lone_Wolf
Maintainer: Lone_Wolf
Last Packager: Lone_Wolf
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-14 15:23 (UTC)
Last Updated: 2024-03-27 21:43 (UTC)

Required by (21)

Sources (1)

Latest Comments

lyamc commented on 2024-03-06 08:17 (UTC)

This failed to build for me until I added the CMAKE install prefix to the check().

check() {
    LD_LIBRARY_PATH="$srcdir"/_build/lib/SPIRV CMAKE_INSTALL_PREFIX=/usr make -C _build test
}