From 4e3f67df7db379ae2fb60e134349ff847cafc039 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Mon, 24 Oct 2022 21:58:21 -0400 Subject: [PATCH] enable qat_sw and disable qat_hw --- qatengine.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/qatengine.spec b/qatengine.spec index 61abd22..93cc7c7 100644 --- a/qatengine.spec +++ b/qatengine.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global githubname QAT_Engine %global enginesdir %(pkg-config --variable=enginesdir libcrypto) @@ -14,7 +14,9 @@ Source0: https://github.com/intel/%{githubname}/archive/v%{version}/v%{ve BuildRequires: gcc make pkg-config BuildRequires: autoconf automake libtool BuildRequires: openssl-devel >= 1.1.1 -BuildRequires: qatlib-devel >= 21.08.0 +#BuildRequires: qatlib-devel >= 21.08.0 +BuildRequires: intel-ipp-crypto-mb-devel +BuildRequires: intel-ipsec-mb-devel ExclusiveArch: x86_64 @@ -37,7 +39,7 @@ The %{name}-doc package contains documentation files for %{name}. %build autoreconf -ivf -%configure +%configure --enable-qat_sw --disable-qat_hw %make_build %install @@ -55,6 +57,9 @@ autoreconf -ivf %doc README.md docs* %changelog +* Tue Oct 25 2022 happy_orange - 0.6.16-3 +- enable qat_sw and disable qat_hw + * Tue Oct 18 20222 happy_orange - 0.6.16-2 - delete scripts of la and change abi. -- Gitee