21 Star 0 Fork 2

src-openEuler / mdds

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mdds.spec 1.49 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
shafeipaozi 提交于 2024-04-19 14:19 . update
# header-only library
%global debug_package %{nil}
%global apiversion 2.1
Name: mdds
Version: 2.1.1
Release: 1
Summary: A collection of multi-dimensional data structures and indexing algorithms
License: MIT
URL: https://gitlab.com/mdds/mdds
Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2
BuildRequires: make boost-devel gcc-c++ autoconf
%description
%{name} is a collection of multi-dimensional data structures and
indexing algorithms.
%package devel
Summary: Headers for %{name}
BuildArch: noarch
Requires: boost-devel
Provides: %{name}-static = %{version}-%{release}
%description devel
%{name} is a collection of multi-dimensional data structures and
indexing algorithms.
It implements the following data structures:
* segment tree
* flat segment tree
* rectangle set
* point quad tree
* multi type matrix
* multi type vector
See README.md for a brief description of the structures.
%prep
%autosetup -p1
%build
autoconf
%configure
%install
%make_install
rm -rf %{buildroot}%{_docdir}/%{name}
%check
make check %{?_smp_mflags}
%files devel
%{_includedir}/%{name}-%{apiversion}
%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
%doc AUTHORS README.md
%license LICENSE
%changelog
* Fri Apr 19 2024 shafeipaozi <sunbo.oerv@isrc.iscas.ac.cn> - 2.1.1-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 2.1.1. add flat_segment_tree,multi_type_vector,delayed_delete_vector and sorted_string_map.
* Wed Sep 06 2023 Darssin <2020303249@mail.nwpu.edu.cn> - 2.0.3-1
- Package init
1
https://gitee.com/src-openeuler/mdds.git
git@gitee.com:src-openeuler/mdds.git
src-openeuler
mdds
mdds
master

搜索帮助