Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openvino for openSUSE:Factory checked in at 2025-05-02 14:58:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvino (Old) and /work/SRC/openSUSE:Factory/.openvino.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvino" Fri May 2 14:58:59 2025 rev:11 rq:1273871 version:2025.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openvino/openvino.changes 2025-04-20 20:05:45.939576809 +0200 +++ /work/SRC/openSUSE:Factory/.openvino.new.30101/openvino.changes 2025-05-02 14:59:04.445059919 +0200 @@ -1,0 +2,5 @@ +Thu May 1 01:06:52 UTC 2025 - Alessandro de Oliveira Faria <cab...@opensuse.org> + +- Added gcc-14 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvino.spec ++++++ --- /var/tmp/diff_new_pack.dvTElA/_old 2025-05-02 14:59:07.637196979 +0200 +++ /var/tmp/diff_new_pack.dvTElA/_new 2025-05-02 14:59:07.641197150 +0200 @@ -17,14 +17,14 @@ # -%if 0%{?suse_version} < 1600 -%define isLeap15 %nil +%if 0%{?suse_version} <= 1600 +%define isLeap %nil %else -%undefine isLeap15 +%undefine isLeap %endif # Compilation takes ~1 hr on OBS for a single python, don't try all supported flavours -%if %{defined isLeap15} +%if %{defined isLeap} %define x86_64 x86_64 %define pythons python311 %else @@ -55,7 +55,6 @@ BuildRequires: ade-devel BuildRequires: cmake BuildRequires: fdupes -BuildRequires: gcc12-c++ BuildRequires: ninja BuildRequires: opencl-cpp-headers # FIXME: /usr/include/onnx/onnx-ml.pb.h:17:2: error: This file was generated by @@ -76,11 +75,13 @@ BuildRequires: pkgconfig(ocl-icd) BuildRequires: pkgconfig(protobuf) < 22 BuildRequires: pkgconfig(pugixml) -%if %{defined isLeap15} +%if %{defined isLeap} +BuildRequires: gcc12-c++ BuildRequires: opencl-headers BuildRequires: snappy-devel BuildRequires: tbb-devel %else +BuildRequires: gcc14-c++ BuildRequires: pkgconfig(OpenCL-Headers) BuildRequires: pkgconfig(snappy) BuildRequires: pkgconfig(tbb) @@ -127,7 +128,7 @@ Requires: pkgconfig(ocl-icd) Requires: pkgconfig(protobuf) Requires: pkgconfig(pugixml) -%if %{defined isLeap15} +%if %{defined isLeap} Requires: opencl-headers Requires: snappy-devel Requires: tbb-devel @@ -277,7 +278,11 @@ %autosetup -p1 %build +%if %{defined isLeap} export CC=gcc-12 CXX=g++-12 +%else +export CC=gcc-14 CXX=g++-14 +%endif # Otherwise intel_cpu plugin declares an executable stack %ifarch %{x86_64} %define build_ldflags -Wl,-z,noexecstack @@ -301,7 +306,7 @@ -DENABLE_SYSTEM_PUGIXML=ON \ -DENABLE_SYSTEM_SNAPPY=ON \ -DENABLE_SYSTEM_TBB=ON \ -%if %{defined isLeap15} +%if %{defined isLeap} -DENABLE_TBBBIND_2_5=OFF \ %endif -DONNX_USE_PROTOBUF_SHARED_LIBS=ON \