mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/spirv-llvm-translator to 13.0.0.r27+gd7a03044-1
This commit is contained in:
parent
53b169f4f6
commit
fdd221b70b
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
_srcname=SPIRV-LLVM-Translator
|
||||
pkgname=${_srcname,,}
|
||||
pkgver=13.0.0.r24+gf1372c87
|
||||
pkgver=13.0.0.r27+gd7a03044
|
||||
pkgrel=1
|
||||
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
|
||||
arch=(x86_64)
|
||||
|
@ -15,8 +15,8 @@ license=(custom)
|
|||
depends=(llvm-libs)
|
||||
makedepends=(git cmake llvm spirv-headers spirv-tools)
|
||||
checkdepends=(python python-setuptools clang)
|
||||
# Adapted from IGC release notes 99420daab98998a7e36858befac9c5ed109d4920
|
||||
_commit=f1372c879bf4294ed37a6a259b3f6000458c0d02
|
||||
# Required by ISPC
|
||||
_commit=d7a030447802718de76355c248b6bb292669683b
|
||||
source=(git+${url}.git#commit=$_commit)
|
||||
sha256sums=(SKIP)
|
||||
|
||||
|
|
Loading…
Reference in a new issue