pkgsrc/devel/mdds1.2/Makefile
ryoon 13df30a237 Update to 1.3.1
Changelog:
mdds 1.3.1

* flat_segment_tree

  * fixed a bug that caused an assertion error when inserting a
    out-of-bound segment whose start value equals the max key value.

mdds 1.3.0

* multi_type_vector

  * changed the primary block array storage to remove additional
    indirection, for improved memory locality.
2018-02-02 23:53:26 +00:00

24 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.10 2018/02/02 23:53:26 ryoon Exp $
DISTNAME= mdds-1.3.1
PKGNAME= ${DISTNAME:S/mdds/mdds1.2/}
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 (1.3 branch)
LICENSE= mit
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
PKGCONFIG_OVERRIDE+= misc/mdds.pc.in
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/mdds-1.2
BUILDLINK_DEPMETHOD.boost-headers?= build
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"