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
871 B
Tcl
26 lines
871 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 stla concom 1.0.0
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Connected Components of an undirected graph
|
|
long_description {*}${description}
|
|
checksums rmd160 79a7ec6c5abe0e33db3a9cc461a7913c69a02ebe \
|
|
sha256 ebcf33696a3f9914d91a1db5c4864a3e8e6ee550b811696f0efd79b227010be7 \
|
|
size 5482
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-english \
|
|
port:R-Rcpp \
|
|
port:R-rgl \
|
|
port:R-Rvcg
|
|
|
|
depends_test-append port:R-rmarchingcubes
|
|
|
|
test.run yes
|