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
31 lines
1.1 KiB
Tcl
31 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
|
|
|
|
R.setup cran r-project relations 0.6-14
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Data structures and algorithms for relations
|
|
long_description {*}${description}
|
|
checksums rmd160 1f598b1287b3beb5e239ac6331edd4d78ed47bcd \
|
|
sha256 024fb2b5f572018777119eca9b9b6eb258053befc66f8f57de54d06bd8f2d89c \
|
|
size 304689
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-sets \
|
|
port:R-slam
|
|
|
|
# Optional deps on R-Rcplex and R-Rsymphony are dropped.
|
|
depends_test-append port:R-BiocGenerics \
|
|
port:R-clue \
|
|
port:R-lpSolve \
|
|
port:R-Rglpk \
|
|
port:R-Rgraphviz \
|
|
port:R-seriation
|
|
|
|
test.run yes
|