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
33 lines
1.1 KiB
Tcl
33 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 github RobinHankin mvp 1.0-14
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Fast symbolic multivariate polynomials
|
|
long_description {*}${description}
|
|
checksums rmd160 ec05f241a85ed6cfff74eb15602be323fbe67a0a \
|
|
sha256 4c8de4f14ee5c62a1068429396c8622b5d718d740268704e3b99ddaa574b642e \
|
|
size 348668
|
|
|
|
depends_lib-append port:R-digest \
|
|
port:R-disordR \
|
|
port:R-magic \
|
|
port:R-magrittr \
|
|
port:R-mpoly \
|
|
port:R-numbers \
|
|
port:R-partitions \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-microbenchmark \
|
|
port:R-rmarkdown \
|
|
port:R-spray \
|
|
port:R-testthat
|
|
|
|
test.run yes
|