# -*- 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               github 1.0
PortGroup               cmake 1.1

github.setup            jlblancoc nanoflann 1.7.1 v
categories              math science
platforms               any
maintainers             {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
license                 BSD

description             A C++11 header-only library for Nearest Neighbor (NN) search wih KD-trees

long_description        {*}${description}

checksums               rmd160  187f708b6a94190218d50b67031963475f682040 \
                        sha256  887e4e57e9c5fbf1c2937f9f5a9bc461c4786d54729b57a9c19547bdedb46986 \
                        size    522904
github.tarball_from     archive

compiler.cxx_standard   2011

supported_archs         noarch

configure.args-append   -DNANOFLANN_BUILD_EXAMPLES=OFF

test.run                yes
