You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
921 B
Tcl
26 lines
921 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 cran mvmesh 1.6
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Multivariate meshes and histograms in arbitrary dimensions
|
|
long_description {*}${description}
|
|
checksums rmd160 95d7c86dc23c86baf8f17bbf5f1fe09048788061 \
|
|
sha256 be0ae52ffb9028e9274f3a95927d0cda874e710ffe1ad624d71d6c976e3fd7f8 \
|
|
size 38617
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-geometry \
|
|
port:R-rcdd \
|
|
port:R-rgl \
|
|
port:R-SimplicialCubature
|
|
|
|
test.run yes
|