mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/spirv-llvm-translator to 14.0.0.r57+g33898cef-1
This commit is contained in:
parent
f2bbab3036
commit
f71852069a
1 changed files with 6 additions and 7 deletions
|
@ -6,17 +6,17 @@
|
|||
|
||||
_srcname=SPIRV-LLVM-Translator
|
||||
pkgname=${_srcname,,}
|
||||
pkgver=13.0.0.r27+gd7a03044
|
||||
pkgver=14.0.0.r57+g33898cef
|
||||
pkgrel=1
|
||||
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
|
||||
license=(custom)
|
||||
depends=(llvm-libs)
|
||||
makedepends=(git cmake llvm spirv-headers spirv-tools)
|
||||
depends=(llvm-libs spirv-tools)
|
||||
makedepends=(git cmake llvm spirv-headers)
|
||||
checkdepends=(python python-setuptools clang)
|
||||
# Required by ISPC
|
||||
_commit=d7a030447802718de76355c248b6bb292669683b
|
||||
# Current point in the used LLVM branch
|
||||
_commit=33898cef1093f67c73f0623bae941f00034b2db9
|
||||
source=(git+${url}.git#commit=$_commit)
|
||||
sha256sums=(SKIP)
|
||||
|
||||
|
@ -40,8 +40,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/1433
|
||||
LD_LIBRARY_PATH="${srcdir}/build/lib/SPIRV" make -C build test || echo "Tests failed"
|
||||
LD_LIBRARY_PATH="${srcdir}/build/lib/SPIRV" make -C build test
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue