Temporary workaround for the lack of numa.h during uadk_engine build

This commit is contained in:
JiangShui 2023-12-14 10:34:44 +08:00 committed by JangShui Yang
parent d7835a436b
commit 546d2b67f5

View File

@ -1,7 +1,7 @@
Name: uadk_engine Name: uadk_engine
Summary: UADK Accelerator Engine Summary: UADK Accelerator Engine
Version: 1.2.0 Version: 1.2.0
Release: 4 Release: 5
License: Apache-2.0 License: Apache-2.0
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
ExclusiveOS: linux ExclusiveOS: linux
@ -10,7 +10,7 @@ Prefix: /usr/local/lib/engines-1.1
Conflicts: %{name} < %{version}-%{release} Conflicts: %{name} < %{version}-%{release}
Provides: %{name} = %{version}-%{release} Provides: %{name} = %{version}-%{release}
BuildRequires: libwd >= 2.3.21 BuildRequires: libwd >= 2.3.21
BuildRequires: openssl-devel sed autoconf automake libtool BuildRequires: openssl-devel sed autoconf automake libtool numactl-devel
ExclusiveArch: aarch64 ExclusiveArch: aarch64
Patch0001: 0001-readme-export-PKG_CONFIG_PATH-on-openEuler.patch Patch0001: 0001-readme-export-PKG_CONFIG_PATH-on-openEuler.patch
@ -144,6 +144,9 @@ fi
/sbin/ldconfig /sbin/ldconfig
%changelog %changelog
* Thu Dec 29 2023 JiangShui Yang <yangjiangshui@h-partners.com> 1.2.0-5
- Temporary workaround for the lack of numa.h during uadk_engine build
* Wed Nov 29 2023 JiangShui Yang <yangjiangshui@h-partners.com> 1.2.0-4 * Wed Nov 29 2023 JiangShui Yang <yangjiangshui@h-partners.com> 1.2.0-4
- Backport uadk engine build patch - Backport uadk engine build patch