# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           gitlab 1.0
PortGroup           boost 1.0

name                mdds-2.0
set my_name         mdds
gitlab.setup        ${my_name} ${my_name} 2.0.3
revision            0

categories          devel
license             MPL-2
platforms           any
supported_archs     noarch
maintainers         {gmail.com:audvare @Tatsh} openmaintainer

description         Collection of multi-dimensional data structure and indexing algorithms.
long_description    {*}${description}

dist_subdir         ${my_name}

checksums           rmd160  a7530a1b0cedf4a9dc6a4c660557e9f1ff769a0a \
                    sha256  e84fe995b3d6e0dd80a8d4032489df433d4d5a4bdae836c00ae51dba8401150c \
                    size    695834

compiler.cxx_standard \
                    2017

use_autoreconf      yes
configure.args-append \
                    --docdir=${prefix}/share/doc/${subport} \
                    --disable-memory_tests \
                    --disable-openmp \
                    --without-docs

gitlab.livecheck.regex {(2\.0\.\d+)}
