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
26 lines
859 B
Tcl
26 lines
859 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 xiongtao.dai MHD 0.1.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Metric Halfspace Depth
|
|
long_description {*}${description}
|
|
checksums rmd160 90536539a93774084462422966d3f0cb428ecc92 \
|
|
sha256 2812dd91e275e0b131a2190f5b13b87f3f3185aed8b500e467618685a00a143e \
|
|
size 85794
|
|
|
|
depends_lib-append port:R-distory \
|
|
port:R-manifold \
|
|
port:R-nloptr \
|
|
port:R-plyr \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-foreach
|
|
|
|
test.run yes
|