mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
31 lines
1011 B
Tcl
31 lines
1011 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 stla AlphaHull3D 2.0.0
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Alpha Hull computation
|
|
long_description {*}${description}
|
|
checksums rmd160 f24eccc5fa1805cd346d30d2a1c3670de8087d09 \
|
|
sha256 f9591a267db283c55c1e4eae6bfccf544d012a46403958fe2315fdd4bca8e4ca \
|
|
size 9106
|
|
|
|
depends_build-append \
|
|
port:pkgconfig
|
|
depends_lib-append port:gmp \
|
|
port:mpfr \
|
|
port:R-BH \
|
|
port:R-Rcpp \
|
|
port:R-RcppCGAL \
|
|
port:R-RcppEigen \
|
|
port:R-rgl \
|
|
port:R-Rvcg
|
|
|
|
depends_test-append port:R-uniformly
|
|
|
|
test.run yes
|