Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package intel-graphics-compiler for
openSUSE:Factory checked in at 2024-01-04 15:59:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-graphics-compiler (Old)
and /work/SRC/openSUSE:Factory/.intel-graphics-compiler.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-graphics-compiler"
Thu Jan 4 15:59:27 2024 rev:8 rq:1136718 version:1.0.15136.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/intel-graphics-compiler/intel-graphics-compiler.changes
2024-01-03 12:30:13.442951869 +0100
+++
/work/SRC/openSUSE:Factory/.intel-graphics-compiler.new.28375/intel-graphics-compiler.changes
2024-01-04 16:01:26.157370555 +0100
@@ -1,0 +2,6 @@
+Wed Jan 3 14:14:10 UTC 2024 - Patrik Jakobsson <[email protected]>
+
+- 0001-Fix-PromotePredicate-to-keep-sequence-of-instruction.patch
+ * This patch makes the build deterministic.
+
+-------------------------------------------------------------------
New:
----
0001-Fix-PromotePredicate-to-keep-sequence-of-instruction.patch
BETA DEBUG BEGIN:
New:
- 0001-Fix-PromotePredicate-to-keep-sequence-of-instruction.patch
* This patch makes the build deterministic.
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ intel-graphics-compiler.spec ++++++
--- /var/tmp/diff_new_pack.bUZnuD/_old 2024-01-04 16:01:27.193408402 +0100
+++ /var/tmp/diff_new_pack.bUZnuD/_new 2024-01-04 16:01:27.193408402 +0100
@@ -1,7 +1,7 @@
#
# spec file for package intel-graphics-compiler
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,7 @@
Source3:
https://github.com/llvm/llvm-project/archive/%{llvm_commit}/llvm-project.tar.gz
Source4:
https://github.com/intel/vc-intrinsics/archive/%{vc_intrinsics_commit}/vc-intrinsics.zip
Patch0: 0001-Use-patch-instead-of-git-to-apply-opencl-clang-patch.patch
+Patch1: 0001-Fix-PromotePredicate-to-keep-sequence-of-instruction.patch
BuildRequires: bison
BuildRequires: cmake
BuildRequires: flex
@@ -129,6 +130,7 @@
mkdir igc
tar -xzf %{_sourcedir}/igc-%{version}.tar.gz -C igc --strip-components=1
pushd igc
+%patch1 -p1
popd
%build
++++++ 0001-Fix-PromotePredicate-to-keep-sequence-of-instruction.patch ++++++
>From 66dfadc1c968651ff79ff39f44982435f645ee56 Mon Sep 17 00:00:00 2001
From: "Gorban, Igor" <[email protected]>
Date: Thu, 12 Oct 2023 09:16:02 +0000
Subject: [PATCH] Fix PromotePredicate to keep sequence of instructions