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
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran davidcsterratt geometry 0.5.0
|
|
revision 0
|
|
categories-append geometry
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Mesh generation and surface tessellation
|
|
long_description {*}${description}
|
|
homepage https://davidcsterratt.github.io/geometry
|
|
checksums rmd160 4e718050f68b4a4d53746f88023c854ccf999f67 \
|
|
sha256 b5f7554d6304e7bd0cda730e743b54634296391c1051663889980ebd7aaf9e61 \
|
|
size 1030561
|
|
|
|
depends_lib-append port:R-linprog \
|
|
port:R-lpSolve \
|
|
port:R-magic \
|
|
port:R-Rcpp \
|
|
port:R-RcppProgress
|
|
|
|
depends_test-append port:R-interp \
|
|
port:R-R.matlab \
|
|
port:R-rgl \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|