Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
vc-intrinsics
Commits:
f62c6c51 by Daniel Bermond at 2026-02-12T15:28:11-03:00
upgpkg: 0.24.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = vc-intrinsics
pkgdesc = Set of new intrinsics on top of core LLVM IR instructions
that represent SIMD semantics of a program targeting GPU
- pkgver = 0.24.2
+ pkgver = 0.24.3
pkgrel = 1
url = https://github.com/intel/vc-intrinsics
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = vc-intrinsics
makedepends = git
makedepends = llvm
makedepends = python
- source = git+https://github.com/intel/vc-intrinsics.git#tag=v0.24.2
- sha256sums =
fea4af79a1819253827a1d05f884d729e091a480decbdf0033144d66287ef676
+ source = git+https://github.com/intel/vc-intrinsics.git#tag=v0.24.3
+ sha256sums =
043c7628d557e24faafc2718f40037be7db219b471c52b0914b7edfd21233080
pkgname = vc-intrinsics
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Daniel Bermond <[email protected]>
pkgname=vc-intrinsics
-pkgver=0.24.2
+pkgver=0.24.3
pkgrel=1
pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that
represent SIMD semantics of a program targeting GPU"
arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(
llvm
python)
source=(git+${url}.git#tag=v$pkgver)
-sha256sums=('fea4af79a1819253827a1d05f884d729e091a480decbdf0033144d66287ef676')
+sha256sums=('043c7628d557e24faafc2718f40037be7db219b471c52b0914b7edfd21233080')
build() {
export CXXFLAGS+=" -ffat-lto-objects"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vc-intrinsics/-/commit/f62c6c51bd65098f615b791fab72268833c29ca8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vc-intrinsics/-/commit/f62c6c51bd65098f615b791fab72268833c29ca8
You're receiving this email because of your account on gitlab.archlinux.org.