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
30 lines
1002 B
Tcl
30 lines
1002 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 kyle.caudle rTensor2 2.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description MultiLinear Algebra
|
|
long_description {*}${description}
|
|
checksums rmd160 cc9f7c4887c62e14cfbc7f709ba3e69167b00c70 \
|
|
sha256 5fc644aa78bb68a0ce5dcd2e6402ac5109b1809fb305d11f28b342016f7d562d \
|
|
size 3941352
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-gsignal \
|
|
port:R-matrixcalc \
|
|
port:R-png \
|
|
port:R-raster \
|
|
port:R-rTensor \
|
|
port:R-wavethresh
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|