Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
spirv-llvm-translator
Commits:
4337fdab by Daniel Bermond at 2024-07-31T22:36:30-03:00
upgpkg: 18.1.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = spirv-llvm-translator
pkgdesc = Tool and a library for bi-directional translation between
SPIR-V and LLVM IR
- pkgver = 18.1.2
+ pkgver = 18.1.3
pkgrel = 1
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
arch = x86_64
license = LicenseRef-custom
checkdepends = python
- checkdepends = python-setuptools
checkdepends = clang
makedepends = git
makedepends = cmake
@@ -14,7 +13,7 @@ pkgbase = spirv-llvm-translator
makedepends = spirv-headers
depends = llvm-libs
depends = spirv-tools
- source =
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=3e602b4577ed85b4d5a48fd7d7df11c2f9b49d13
- sha256sums =
53fe1e4e55f319d22baab551ce2ced9329579c4d3cd80fe64b2dea28638778f2
+ source =
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7beeed2ef95d286c47416a21c8e137ae1db9565b
+ sha256sums =
494e7c753909ac362836e78d3d40825f6253466afc567e660f0792d266e8717d
pkgname = spirv-llvm-translator
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_srcname=SPIRV-LLVM-Translator
pkgname=${_srcname,,}
-pkgver=18.1.2
+pkgver=18.1.3
pkgrel=1
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and
LLVM IR"
arch=(x86_64)
@@ -11,11 +11,11 @@ url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
license=(LicenseRef-custom)
depends=(llvm-libs spirv-tools)
makedepends=(git cmake llvm spirv-headers)
-checkdepends=(python python-setuptools clang)
+checkdepends=(python clang)
# Current point in the used LLVM branch
-_commit=3e602b4577ed85b4d5a48fd7d7df11c2f9b49d13
+_commit=7beeed2ef95d286c47416a21c8e137ae1db9565b
source=(git+${url}.git#commit=$_commit)
-sha256sums=('53fe1e4e55f319d22baab551ce2ced9329579c4d3cd80fe64b2dea28638778f2')
+sha256sums=('494e7c753909ac362836e78d3d40825f6253466afc567e660f0792d266e8717d')
pkgver() {
git -C ${_srcname} describe --tags | sed
's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
@@ -37,7 +37,7 @@ build() {
}
check() {
- LD_LIBRARY_PATH="${srcdir}/build/lib/SPIRV" ctest --test-dir build
--output-on-failure
+ make -C build test
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/4337fdab39e2ad2582cf518d5518afe18c30a416
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/4337fdab39e2ad2582cf518d5518afe18c30a416
You're receiving this email because of your account on gitlab.archlinux.org.