Package Details: spirv-llvm-translator-minimal-git 1:r2109.7cd8641-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: LicenseRef-custom
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-09-07 14:40 (UTC)

Required by (26)

Sources (1)

Latest Comments

Lone_Wolf commented on 2024-09-06 21:15 (UTC)

Dependency reverted from spirv-headers to spirv-headers-git

Lone_Wolf commented on 2024-09-05 20:52 (UTC)

Latest commit 7dacb7cdedc9c01e0ce88f1f3766c42ab8f59b7c breaks build .

Use

source=("git+$url.git#commit=2b5f15d871aa39bcc9d2667883dd989afa32a146"
)

in the PKGBUILD to pin the build to the last working commit.

https://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/2687 for details

Lone_Wolf commented on 2024-08-30 23:22 (UTC)

Dependency changed from spirv-tools-git to repo spirv-tools

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
}