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

Group :: Desenvolvimento/C++
RPM: librobin-map

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define oname robin-map

Name:    lib%oname
Version: 0.6.1
Release: alt1
Summary: C++ implementation of a fast hash map and hash set using robin hood hashing
Group:   Development/C++
License: MIT
URL:     https://github.com/Tessil/robin-map

# https://github.com/Tessil/robin-map.git

Source: %name-%version.tar

BuildRequires: cmake gcc-c++

%description
The robin-map library is a C++ implementation of a fast hash map and hash set
using open-addressing and linear robin hood hashing
with backward shift deletion to resolve collisions.

%package devel
Summary: C++ implementation of a fast hash map and hash set using robin hood hashing
Group:   Development/C++

%description devel
The robin-map library is a C++ implementation of a fast hash map and hash set
using open-addressing and linear robin hood hashing
with backward shift deletion to resolve collisions.

%prep
%setup

%build
%cmake
%cmake_build

%install
%cmakeinstall_std

%files devel
%doc LICENSE
%doc README.md
%_includedir/*
%_datadir/cmake/*

%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