2023-03-24 20:25:15 +07:00
|
|
|
# -*- 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
|
|
|
|
|
|
2023-12-10 13:18:32 +08:00
|
|
|
# Revert to GitHub once updated there.
|
2024-09-21 19:32:00 +08:00
|
|
|
R.setup cran zarquon42b Rvcg 0.24
|
2024-06-28 12:20:37 +08:00
|
|
|
revision 0
|
2023-03-24 20:25:15 +07:00
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-12-10 13:18:32 +08:00
|
|
|
license GPL-2+
|
2023-03-24 20:25:15 +07:00
|
|
|
description Manipulations of triangular meshes based on the vcglib API
|
|
|
|
|
long_description {*}${description}
|
2024-06-28 12:20:37 +08:00
|
|
|
homepage https://github.com/zarquon42b/Rvcg
|
2024-09-21 19:32:00 +08:00
|
|
|
checksums rmd160 3b10cd9bdbca742080a9e222e9c3db92a27cb8b0 \
|
|
|
|
|
sha256 fdcd2defca9379acfd34d7356acf2f48c287326d456e00d993668efa23394bf2 \
|
|
|
|
|
size 2472789
|
2023-03-24 20:25:15 +07:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
|
|
|
port:R-RcppArmadillo \
|
|
|
|
|
port:R-RcppEigen
|
2023-12-10 13:18:32 +08:00
|
|
|
|
|
|
|
|
depends_test-append port:R-Morpho \
|
|
|
|
|
port:R-rgl
|
|
|
|
|
|
|
|
|
|
test.run yes
|