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
27 lines
912 B
Tcl
27 lines
912 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 shwilks rmarchingcubes 0.1.3
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Calculate 3D contour meshes using the marching cubes algorithm
|
|
long_description {*}${description}
|
|
checksums rmd160 3719b81aab3c34a62a7fc27ca1ef821f497da8a5 \
|
|
sha256 0847a3baa05524e58a219c1d3dc5d1a72af444265330dd0169abe688c4f1b531 \
|
|
size 41302
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|