1 Star 0 Fork 3

rockerzhu/mdds

forked from OpenCloudOS Stream/mdds 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mdds.spec 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
rockerzhu 提交于 2023-08-01 01:03 . Rebuilt for boost 1.82.0
%global debug_package %{nil}
%global apiversion 2.0
Summary: A collection of multi-dimensional data structures and indexing algorithms
Name: mdds
Version: 2.0.3
Release: 4%{?dist}
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
%license LICENSE
%doc AUTHORS README.md
%{_includedir}/%{name}-%{apiversion}
%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
%changelog
* Tue Aug 01 2023 rockerzhu rockerzhu@tencent.com - 2.0.3-4
- Rebuilt for boost 1.82.0
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0.3-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0.3-2
- Rebuilt for OpenCloudOS Stream 23
* Mon Mar 13 2023 cunshunxia <cunshunxia@tencent.com> - 2.0.3-1
- initial build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rockerzhu/mdds.git
git@gitee.com:rockerzhu/mdds.git
rockerzhu
mdds
mdds
master

搜索帮助