enable loongarch64 architecture

This commit is contained in:
haomimi 2023-08-18 14:23:00 +08:00
parent 424437c852
commit b3c5a76a06

View File

@ -1,14 +1,14 @@
Name: memkind Name: memkind
Summary: Extensible Heap Manager for User Summary: Extensible Heap Manager for User
Version: 1.14.0 Version: 1.14.0
Release: 2 Release: 3
License: BSD License: BSD
URL: http://memkind.github.io/memkind URL: http://memkind.github.io/memkind
Source0: https://github.com/memkind/memkind/archive/v1.14.0/%{name}-%{version}.tar.gz Source0: https://github.com/memkind/memkind/archive/v1.14.0/%{name}-%{version}.tar.gz
Patch0001: 0001-support-multi-threading-build.patch Patch0001: 0001-support-multi-threading-build.patch
BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++ BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++
ExclusiveArch: x86_64 aarch64 riscv64 ExclusiveArch: x86_64 aarch64 riscv64 loongarch64
%description %description
The kinds of memory are defined by operating system memory policies that have been applied The kinds of memory are defined by operating system memory policies that have been applied
@ -82,6 +82,9 @@ popd
%{_mandir}/man7/* %{_mandir}/man7/*
%changelog %changelog
* Fri Aug 18 2023 haomimi <haomimi@uniontech.com> - 1.14.0-3
- enable loongarch64 architecture
* Fri Aug 04 2023 Jingwiw <wangjingwei@iscas.ac.cn> - 1.14.0-2 * Fri Aug 04 2023 Jingwiw <wangjingwei@iscas.ac.cn> - 1.14.0-2
- enable riscv64 architecture - enable riscv64 architecture