Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37044184
en ru br
Репозитории ALT

Группа :: Разработка/C++
Пакет: librobin-map

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and 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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin