* update spirv-llvm-translator to 19.1.3-1
This commit is contained in:
parent
9bac83d872
commit
382e1e8f80
@ -1,6 +1,6 @@
|
|||||||
pkgbase = spirv-llvm-translator
|
pkgbase = spirv-llvm-translator
|
||||||
pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR
|
pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR
|
||||||
pkgver = 18.1.7
|
pkgver = 19.1.3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
|
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -17,7 +17,7 @@ pkgbase = spirv-llvm-translator
|
|||||||
makedepends = spirv-headers
|
makedepends = spirv-headers
|
||||||
depends = llvm-libs
|
depends = llvm-libs
|
||||||
depends = spirv-tools
|
depends = spirv-tools
|
||||||
source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7f3e57f3c1286978b32f8b6add6ff385f38c81b9
|
source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#tag=v19.1.3
|
||||||
sha256sums = fbbe2f73939535232648bd7c52151c604c39fef64ef1c29d789751fce1889347
|
sha256sums = 2e8a9abbfccaaa07dd7493ca055aafbd97299cb6df2d316d152eac17a7198122
|
||||||
|
|
||||||
pkgname = spirv-llvm-translator
|
pkgname = spirv-llvm-translator
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
_srcname=SPIRV-LLVM-Translator
|
_srcname=SPIRV-LLVM-Translator
|
||||||
pkgname=${_srcname,,}
|
pkgname=${_srcname,,}
|
||||||
pkgver=18.1.7
|
pkgver=19.1.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
|
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -13,10 +13,8 @@ license=(LicenseRef-custom)
|
|||||||
depends=(llvm-libs spirv-tools)
|
depends=(llvm-libs spirv-tools)
|
||||||
makedepends=(git cmake llvm spirv-headers)
|
makedepends=(git cmake llvm spirv-headers)
|
||||||
checkdepends=(python clang)
|
checkdepends=(python clang)
|
||||||
# Current point in the used LLVM branch
|
source=(git+${url}.git#tag=v$pkgver)
|
||||||
_commit=7f3e57f3c1286978b32f8b6add6ff385f38c81b9
|
sha256sums=('2e8a9abbfccaaa07dd7493ca055aafbd97299cb6df2d316d152eac17a7198122')
|
||||||
source=(git+${url}.git#commit=$_commit)
|
|
||||||
sha256sums=('fbbe2f73939535232648bd7c52151c604c39fef64ef1c29d789751fce1889347')
|
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
git -C ${_srcname} describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
|
git -C ${_srcname} describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user