Date: Saturday, January 7, 2023 @ 17:10:48
  Author: archange
Revision: 1381745

Re-add legacy platforms for IGC

Modified:
  vc-intrinsics/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-07 16:55:18 UTC (rev 1381744)
+++ PKGBUILD    2023-01-07 17:10:48 UTC (rev 1381745)
@@ -3,7 +3,7 @@
 
 pkgname=vc-intrinsics
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that 
represent SIMD semantics of a program targeting GPU"
 arch=(x86_64)
 url="https://github.com/intel/vc-intrinsics";
@@ -19,6 +19,11 @@
   git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
 }
 
+prepare() {
+  cd ${pkgname}
+  git revert -n bda6db9b23d695998faac74ace4094adb285ca28
+}
+
 build() {
   export CXXFLAGS+=" -ffat-lto-objects"
   cmake -B build -S ${pkgname} \

Reply via email to