Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
vc-intrinsics
Commits:
6d4a9725 by Daniel Bermond at 2024-12-04T20:56:12-03:00
upgpkg: 0.21.0-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.19.0
+ pkgver = 0.21.0
pkgrel = 1
url = https://github.com/intel/vc-intrinsics
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = vc-intrinsics
makedepends = python
makedepends = llvm
makedepends = git
- source = git+https://github.com/intel/vc-intrinsics.git#tag=v0.19.0
- sha256sums =
da3aca24eb2d3f15240fb8dbdc90c2e27f8a921a56ca33ab2c964e77555c754a
+ source = git+https://github.com/intel/vc-intrinsics.git#tag=v0.21.0
+ sha256sums =
79de6400e22088b28c4bc89d866e9c8f45c699ce50bff1759f71ec50b16c521f
pkgname = vc-intrinsics
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Daniel Bermond <[email protected]>
pkgname=vc-intrinsics
-pkgver=0.19.0
+pkgver=0.21.0
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)
@@ -10,7 +10,7 @@ url="https://github.com/intel/vc-intrinsics"
license=(MIT)
makedepends=(cmake python llvm git)
source=(git+${url}.git#tag=v$pkgver)
-sha256sums=('da3aca24eb2d3f15240fb8dbdc90c2e27f8a921a56ca33ab2c964e77555c754a')
+sha256sums=('79de6400e22088b28c4bc89d866e9c8f45c699ce50bff1759f71ec50b16c521f')
build() {
export CXXFLAGS+=" -ffat-lto-objects"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vc-intrinsics/-/commit/6d4a97252dd51078fbcac3fc3c23f0275c6c7a27
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vc-intrinsics/-/commit/6d4a97252dd51078fbcac3fc3c23f0275c6c7a27
You're receiving this email because of your account on gitlab.archlinux.org.