You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
23 lines
843 B
Tcl
23 lines
843 B
Tcl
# -*- 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.6.0 v
|
|
set R.package RcppHNSW
|
|
revision 1
|
|
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
|
|
license GPL-3+
|
|
description Rcpp bindings for the approximate nearest neighbors library hnswlib
|
|
long_description {*}${description}
|
|
checksums rmd160 3707be9869fcc0295f302fcdee38d993094012f0 \
|
|
sha256 01dd3ef67b3db3dd0fe9592092d591e3ddcd63dd5a988036ab5cf8665c7d4d21 \
|
|
size 55178
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|