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
958 B
Tcl
27 lines
958 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran zarquon42b Rvcg 0.24
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Manipulations of triangular meshes based on the vcglib API
|
|
long_description {*}${description}
|
|
homepage https://github.com/zarquon42b/Rvcg
|
|
checksums rmd160 3b10cd9bdbca742080a9e222e9c3db92a27cb8b0 \
|
|
sha256 fdcd2defca9379acfd34d7356acf2f48c287326d456e00d993668efa23394bf2 \
|
|
size 2472789
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-RcppEigen
|
|
|
|
depends_test-append port:R-Morpho \
|
|
port:R-rgl
|
|
|
|
test.run yes
|