From b3c5a76a0663fd8402494f70ac051fca1bdc1387 Mon Sep 17 00:00:00 2001 From: haomimi Date: Fri, 18 Aug 2023 14:23:00 +0800 Subject: [PATCH] enable loongarch64 architecture --- memkind.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/memkind.spec b/memkind.spec index 2e65886..b96963e 100644 --- a/memkind.spec +++ b/memkind.spec @@ -1,14 +1,14 @@ Name: memkind Summary: Extensible Heap Manager for User Version: 1.14.0 -Release: 2 +Release: 3 License: BSD URL: http://memkind.github.io/memkind Source0: https://github.com/memkind/memkind/archive/v1.14.0/%{name}-%{version}.tar.gz Patch0001: 0001-support-multi-threading-build.patch BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++ -ExclusiveArch: x86_64 aarch64 riscv64 +ExclusiveArch: x86_64 aarch64 riscv64 loongarch64 %description The kinds of memory are defined by operating system memory policies that have been applied @@ -82,6 +82,9 @@ popd %{_mandir}/man7/* %changelog +* Fri Aug 18 2023 haomimi - 1.14.0-3 +- enable loongarch64 architecture + * Fri Aug 04 2023 Jingwiw - 1.14.0-2 - enable riscv64 architecture -- Gitee