blob: efc7feec847006d5e4ad3d6daac24c53e3c488cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BDEPEND=dev-build/make >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/cereal test? ( dev-cpp/gtest )
DESCRIPTION=Family of header-only, fast and memory-friendly hashmap and btree containers
EAPI=8
HOMEPAGE=https://greg7mdp.github.io/parallel-hashmap/ https://github.com/greg7mdp/parallel-hashmap
INHERIT=cmake
IUSE=examples test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/cereal
RESTRICT=!test? ( test )
SLOT=0/1.4.1
SRC_URI=https://github.com/greg7mdp/parallel-hashmap/archive/refs/tags/v1.4.1.tar.gz -> parallel-hashmap-1.4.1.tar.gz
_eclasses_=cmake 3395ce6618fc5c7af03335471b896644 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=75c94d9814c756f5a8eb057d1a34a556
|