enable riscv64 architecture

This commit is contained in:
Jingwiw 2023-08-04 15:43:56 +08:00
parent 234f97ccfa
commit 060416c462

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: 1 Release: 2
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 ExclusiveArch: x86_64 aarch64 riscv64
%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 04 2023 Jingwiw <wangjingwei@iscas.ac.cn> - 1.14.0-2
- enable riscv64 architecture
* Sat Feb 11 2023 Qingqing Li <liqingqing3@huawei.com> - 1.14.0-1 * Sat Feb 11 2023 Qingqing Li <liqingqing3@huawei.com> - 1.14.0-1
- Upgrade to 1.14.0 - Upgrade to 1.14.0