Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37857015
en ru br
ALT Linux repositórios
S:1.0-alt1.1

Group :: Ferramentas de texto
RPM: libpgm-index

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: libpgm-index
Version: 1.0
Release: alt1

Summary: State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays

License: Apache-2.0
Group: Text tools
Url: https://github.com/tomatolog/PGM-index

# latest

# Source-url: https://github.com/tomatolog/PGM-index/archive/refs/heads/master.zip
Source: %name-%version.tar

BuildRequires(pre): rpm-macros-cmake
BuildRequires: cmake gcc-c++

ExclusiveArch: x86_64

%description
The Piecewise Geometric Model index (PGM-index) is a data structure that enables fast lookup,
predecessor, range searches and updates in arrays of billions of items using orders of magnitude
less space than traditional indexes while providing the same worst-case query time guarantees.

%package devel
Summary: Header files for %name
Group: Development/C
#Requires: %name = %EVR

%description devel
The Piecewise Geometric Model index (PGM-index) is a data structure that enables fast lookup,
predecessor, range searches and updates in arrays of billions of items using orders of magnitude
less space than traditional indexes while providing the same worst-case query time guarantees.

%prep
%setup

%build
%cmake_insource

%install
#makeinstall_std
mkdir -p %buildroot/%_includedir/
cp -a include/pgm %buildroot/%_includedir/

%files devel
%doc README.md
#_libdir/cmake/
%_includedir/pgm/

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009