Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package onednn for openSUSE:Factory checked in at 2026-07-21 23:00:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/onednn (Old) and /work/SRC/openSUSE:Factory/.onednn.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "onednn" Tue Jul 21 23:00:57 2026 rev:20 rq:1366745 version:3.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/onednn/onednn.changes 2025-05-07 19:17:42.746326128 +0200 +++ /work/SRC/openSUSE:Factory/.onednn.new.24530/onednn.changes 2026-07-21 23:00:59.414929034 +0200 @@ -1,0 +2,5 @@ +Mon Jul 20 11:05:39 UTC 2026 - Andreas Schwab <[email protected]> + +- Enable build for riscv64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ onednn.spec ++++++ --- /var/tmp/diff_new_pack.lW61mi/_old 2026-07-21 23:01:00.254958007 +0200 +++ /var/tmp/diff_new_pack.lW61mi/_new 2026-07-21 23:01:00.258958145 +0200 @@ -1,7 +1,7 @@ # # spec file for package onednn # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -47,7 +47,7 @@ Provides: mkl-dnn = %{version} Obsoletes: mkl-dnn <= %{version} Provides: oneDNN = %{version} -ExclusiveArch: x86_64 aarch64 ppc64le +ExclusiveArch: x86_64 aarch64 ppc64le riscv64 %if %{with acl} BuildRequires: ComputeLibrary-devel >= 24.11.1 %endif @@ -124,7 +124,11 @@ %cmake \ -DCMAKE_INSTALL_LIBDIR=%{_lib} \ -DMKLDNN_ARCH_OPT_FLAGS="" \ +%ifarch riscv64 + -DDNNL_CPU_RUNTIME=SEQ \ +%else -DDNNL_CPU_RUNTIME=OMP \ +%endif %if %{with acl} -DDNNL_AARCH64_USE_ACL=ON \ -DACL_INCLUDE_DIR=%{_includedir} \
