1 Star 0 Fork 15

Hesham Almatary / memkind

forked from src-openEuler / memkind 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
memkind.spec 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
Lu Weitao 提交于 2021-08-13 09:59 . fix compile failure by GCC-10
Name: memkind
Summary: Extensible Heap Manager for User
Version: 1.7.0
Release: 5
License: BSD
URL: http://memkind.github.io/memkind
Source0: https://github.com/memkind/memkind/archive/v1.7.0/%{name}-%{version}.tar.gz
Patch0001: 0001-fix-multi-define.patch
BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++
ExclusiveArch: x86_64
%description
The kinds of memory are defined by operating system memory policies that have been applied
to virtual address ranges.Memory characteristics supported by memkind without user extension
include control of NUMA and page size features.
%package devel
Summary: Development lib and tools for Memkind User Extensible Heap Manager
Requires: %{name} = %{version}-%{release}
%description devel
Development lib and tools for Memkind User Extensible Heap Manager.
%package help
Summary: Help documents for memkind
%description help
Help documents for memkind.
%prep
%autosetup -a 0 -n %{name}-%{version} -p1
%build
pushd %{_builddir}/memkind-1.7.0
echo 1.7.0 > %{_builddir}/memkind-1.7.0/VERSION
./build.sh --prefix=%{_prefix} --includedir=%{_includedir} --libdir=%{_libdir} \
--bindir=%{_bindir} --docdir=%{_docdir}/memkind --mandir=%{_mandir} \
--sbindir=%{_sbindir}
popd
%install
pushd %{_builddir}/memkind-1.7.0
%make_install
popd
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%{_libdir}/libmemkind.so.*
%{_libdir}/libautohbw.so.*
%{_bindir}/memkind-hbw-nodes
%dir %{_docdir}/memkind
%doc %{_docdir}/memkind/COPYING
%files devel
%dir %{_includedir}/memkind
%dir %{_includedir}/memkind/internal/
%{_includedir}/memkind/internal/*.h
%{_includedir}/memkind*.h
%{_includedir}/hbwmalloc.h
%{_includedir}/hbw_allocator.h
%{_libdir}/libmemkind.so
%{_libdir}/libautohbw.so
%exclude %{_libdir}/libmemkind.{l,}a
%exclude %{_libdir}/libautohbw.{l,}a
%exclude %{_docdir}/memkind/VERSION
%files help
%doc %{_docdir}/memkind/README
%{_mandir}/man3/*
%changelog
* Wed Aug 2 2021 luweitao <luweitaobe@163.com> - 2.7.1-12
- fix compile failure by GCC-10
* Thu Apr 23 2020 leiju <leiju4@huawei.com> - 1.7.0-4
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hesham-almatary/memkind.git
git@gitee.com:hesham-almatary/memkind.git
hesham-almatary
memkind
memkind
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891