# -*- 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           R 1.0

R.setup             github jlmelville rcpphnsw 0.7.0 v
set R.package       RcppHNSW
revision            0
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3+
description         Rcpp bindings for the approximate nearest neighbors library hnswlib
long_description    {*}${description}
checksums           rmd160  e959c655349afc2422c68877f329ed3a32ca92a3 \
                    sha256  04f5fc7ea56005ce173ccd60e9b1189164330ea379f7e944ff46dae6aa3b6b2f \
                    size    56684
github.tarball_from archive

depends_lib-append  port:R-Rcpp

depends_test-append port:R-covr \
                    port:R-testthat

test.run            yes
