Files

29 lines
1.2 KiB
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 ericdunipace RcppCGAL 5.6.4
revision 0
categories-append math geometry
platforms {darwin any}
maintainers nomaintainer
license GPL-3
description Rcpp Integration for CGAL
long_description Creates a header only package to link to the CGAL (Computational Geometry Algorithms Library) header files in Rcpp. \
There are a variety of potential uses for the software such as Hilbert sorting, KDtree nearest neighbors, and convex hull algorithms.
homepage https://github.com/ericdunipace/RcppCGAL
checksums rmd160 26a4135c64572f330878eddaca648604fa9e7127 \
sha256 fd387f04a31eac0c7e6c6e8510b86cf3333f59d7414af91b7c9b7aad90369436 \
size 4845581
supported_archs noarch
depends_lib-append port:R-Rcpp
depends_test-append port:R-knitr \
port:R-rmarkdown \
port:R-spelling \
port:R-testthat
test.run yes