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
51 lines
1.8 KiB
Tcl
51 lines
1.8 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 igraph igraph 2.1.4
|
|
revision 1
|
|
maintainers {gmail.com:szhorvat @szhorvat} \
|
|
openmaintainer
|
|
license GPL-2+
|
|
description Network Analysis and Visualization
|
|
long_description Routines for simple graphs and network analysis. \
|
|
It can handle large graphs very well and provides functions \
|
|
for generating random and regular graphs, graph visualization, \
|
|
centrality methods and much more.
|
|
homepage https://igraph.org/r
|
|
checksums rmd160 36b6e16e4d95e62f6007bb6c50071f693fc56e25 \
|
|
sha256 fdced402c9d2e355fd1a5cbd640639fdc97efe50f5b69e9f321a03785a7ab3ed \
|
|
size 4997408
|
|
|
|
depends_lib-append port:glpk \
|
|
port:gmp \
|
|
port:libxml2 \
|
|
port:R-cli \
|
|
port:R-cpp11 \
|
|
port:R-lifecycle \
|
|
port:R-magrittr \
|
|
port:R-pkgconfig \
|
|
port:R-rlang \
|
|
port:R-vctrs
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-ape \
|
|
port:R-callr \
|
|
port:R-decor \
|
|
port:R-digest \
|
|
port:R-graph \
|
|
port:R-igraphdata \
|
|
port:R-knitr \
|
|
port:R-rgl \
|
|
port:R-rmarkdown \
|
|
port:R-scales \
|
|
port:R-testthat \
|
|
port:R-vdiffr \
|
|
port:R-withr
|
|
|
|
patchfiles patch-configure.diff
|
|
|
|
test.run yes
|