You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
822 B
Tcl
22 lines
822 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 cran eddelbuettel RcppAnnoy 0.0.22
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Rcpp bindings for Annoy, a library for approximate nearest neighbors
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.annoy.html
|
|
checksums rmd160 08eebb89dfd3ce3e084f57a95d30d3a1821f0778 \
|
|
sha256 9f2121d787c4d3e7beccdd65f5d1de81f31c99d57d5d61ca3cc5af7169dd8f65 \
|
|
size 156284
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
test.run yes
|