Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libclc for openSUSE:Factory checked 
in at 2023-01-29 14:10:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libclc (Old)
 and      /work/SRC/openSUSE:Factory/.libclc.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libclc"

Sun Jan 29 14:10:39 2023 rev:23 rq:1061786 version:0.2.0+llvm15.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libclc/libclc.changes    2022-11-06 
12:41:42.957207521 +0100
+++ /work/SRC/openSUSE:Factory/.libclc.new.32243/libclc.changes 2023-01-29 
14:30:59.485621976 +0100
@@ -1,0 +2,5 @@
+Sat Jan 28 14:28:38 UTC 2023 - Aaron Puchert <aaronpuch...@alice-dsl.net>
+
+- Add support for SPIR-V targets on Tumbleweed.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libclc.spec ++++++
--- /var/tmp/diff_new_pack.beDqKg/_old  2023-01-29 14:30:59.937624457 +0100
+++ /var/tmp/diff_new_pack.beDqKg/_new  2023-01-29 14:30:59.941624479 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libclc
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,7 @@
 %if 0%{?suse_version} >= 1550
 BuildRequires:  clang-devel
 BuildRequires:  llvm-devel
+BuildRequires:  pkgconfig(LLVMSPIRVLib)
 %else
  %if 0%{?sle_version} >= 150500
 BuildRequires:  clang15-devel
@@ -70,7 +71,6 @@
 %define _lto_cflags %{nil}
 
 # For now we turn off opaque pointers - Clang uses them by default, but Mesa 
doesn't support them yet.
-# TODO: For building all targets, we need llvm-spirv.
 %cmake \
   -DCMAKE_C_COMPILER=clang \
   -DCMAKE_CXX_COMPILER=clang++ \
@@ -78,8 +78,10 @@
   -DCMAKE_CLC_FLAGS="-Xclang -no-opaque-pointers" \
   -DCMAKE_LLAsm_FLAGS="-Xclang -no-opaque-pointers" \
 %endif
-  -DENABLE_RUNTIME_SUBNORMAL:BOOL=ON \
-  
-DLIBCLC_TARGETS_TO_BUILD="amdgcn--;amdgcn--amdhsa;amdgcn-mesa-mesa3d;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl"
+%if 0%{?suse_version} < 1550
+  
-DLIBCLC_TARGETS_TO_BUILD="amdgcn--;amdgcn--amdhsa;amdgcn-mesa-mesa3d;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl"
 \
+%endif
+  -DENABLE_RUNTIME_SUBNORMAL:BOOL=ON
 %cmake_build
 
 %install

Reply via email to