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
36 lines
1.3 KiB
Tcl
36 lines
1.3 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 github dpmcsuss iGraphMatch 2.0.5 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Tools for Graph Matching
|
|
long_description Versatile tools and data for graph matching analysis \
|
|
with various forms of prior information that supports \
|
|
working with igraph objects, matrix objects or lists of either.
|
|
homepage https://dpmcsuss.github.io/iGraphMatch
|
|
checksums rmd160 68a3bffce996b3ea1e22522db030df37d7ea7356 \
|
|
sha256 40237ca13612b5b5d3d555953c1d38802c8fc9487b7e7186261627d141bcd433 \
|
|
size 198885
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-clue \
|
|
port:R-igraph \
|
|
port:R-irlba \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-bookdown \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-purrr \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|