mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/spirv-llvm-translator to 17.0.0.r6+g70883514-1
This commit is contained in:
parent
4bc536c389
commit
3e77ba4ec8
2 changed files with 22 additions and 2 deletions
20
extra/spirv-llvm-translator/.SRCINFO
Normal file
20
extra/spirv-llvm-translator/.SRCINFO
Normal file
|
@ -0,0 +1,20 @@
|
|||
pkgbase = spirv-llvm-translator
|
||||
pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR
|
||||
pkgver = 17.0.0.r6+g70883514
|
||||
pkgrel = 1
|
||||
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
|
||||
arch = x86_64
|
||||
license = custom
|
||||
checkdepends = python
|
||||
checkdepends = python-setuptools
|
||||
checkdepends = clang
|
||||
makedepends = git
|
||||
makedepends = cmake
|
||||
makedepends = llvm
|
||||
makedepends = spirv-headers
|
||||
depends = llvm-libs
|
||||
depends = spirv-tools
|
||||
source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7088351420a8f0c3e5f9be678fd1d16ae826e37f
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = spirv-llvm-translator
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
_srcname=SPIRV-LLVM-Translator
|
||||
pkgname=${_srcname,,}
|
||||
pkgver=16.0.0.r9+g322fca5d
|
||||
pkgver=17.0.0.r6+g70883514
|
||||
pkgrel=1
|
||||
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
|
||||
arch=(x86_64)
|
||||
|
@ -16,7 +16,7 @@ depends=(llvm-libs spirv-tools)
|
|||
makedepends=(git cmake llvm spirv-headers)
|
||||
checkdepends=(python python-setuptools clang)
|
||||
# Current point in the used LLVM branch
|
||||
_commit=322fca5d9c59bfdb80562a52ace51cdbe2a60e92
|
||||
_commit=7088351420a8f0c3e5f9be678fd1d16ae826e37f
|
||||
source=(git+${url}.git#commit=$_commit)
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue