From a2c741903d5b5e28fa1a01c53aaffd1abc4cc35d Mon Sep 17 00:00:00 2001 From: laokz Date: Wed, 8 Feb 2023 02:05:11 +0000 Subject: [PATCH] add riscv64 to ExclusiveArch Signed-off-by: laokz (cherry picked from commit a75f42c515a814385ad67b1057aeea0a1a9c1411) --- onednn.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/onednn.spec b/onednn.spec index a553550..628b623 100644 --- a/onednn.spec +++ b/onednn.spec @@ -2,7 +2,7 @@ Name: onednn Version: 2.6 -Release: 1 +Release: 2 Summary: Deep Neural Network Library License: ASL 2.0 and BSD and Boost and MIT @@ -11,7 +11,7 @@ Source0: %{url}/archive/v%{version}/onednn-%{version}.tar.gz # This package only work in 64bit arches for now -ExclusiveArch: x86_64 aarch64 +ExclusiveArch: x86_64 aarch64 riscv64 BuildRequires: cmake doxygen gcc-c++ @@ -89,6 +89,8 @@ rm -rf %{buildroot}%{_docdir}/dnnl %{_libdir}/cmake/dnnl/*.cmake %changelog +* Wed Feb 8 2023 laokz - 2.6-2 +- Add riscv64 to ExclusiveArch. * Sat Aug 6 2022 wisespreading - 2.6-1 - Update to 2.6 for AMX * Thu Dec 30 2021 yangping69 - 2.3.2-1 -- Gitee