[arch-commits] Commit in vc-intrinsics/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Wed Apr 27 17:23:33 UTC 2022


    Date: Wednesday, April 27, 2022 @ 17:23:32
  Author: archange
Revision: 1191281

upgpkg: vc-intrinsics 0.3.0-1

Modified:
  vc-intrinsics/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-27 16:58:25 UTC (rev 1191280)
+++ PKGBUILD	2022-04-27 17:23:32 UTC (rev 1191281)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond <dbermond at archlinux.org>
 
 pkgname=vc-intrinsics
-pkgver=0.2.0
+pkgver=0.3.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)
@@ -9,8 +9,8 @@
 url="https://github.com/intel/vc-intrinsics"
 license=(MIT)
 makedepends=(cmake python llvm git)
-# From IGC release notes
-_commit=99ac111c2604a47d865bd4d7996be8cfaf2af146
+# From IGC release notes or latest release
+_commit=c97396d044a8b3eacf0fbad5395a4b7bbce583a8
 source=(git+${url}.git#commit=$_commit)
 sha256sums=(SKIP)
 



More information about the arch-commits mailing list