6fe32b9ed9
Changelog: multi_type_vector switched to using binary search on block position lookup, which significantly improves element access performance in general, at the expense of slight performance degradation on block shifting. added support for lcov, to visualize test coverage.
21 lines
609 B
Makefile
21 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.46 2020/08/11 16:03:49 ryoon Exp $
|
|
|
|
DISTNAME= mdds-1.6.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://kohei.us/files/mdds/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://gitlab.com/mdds/mdds
|
|
COMMENT= Collection of multi-dimensional data structure and indexing algorithms
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
PKGCONFIG_OVERRIDE+= misc/mdds.pc.in
|
|
|
|
BUILDLINK_DEPMETHOD.boost-headers?= build
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|