You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 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 david-cortes MatrixExtra 0.1.15
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Methods and operators for the sparse matrix classes
|
|
long_description Extends sparse matrix and vector classes from the Matrix package.
|
|
homepage https://github.com/david-cortes/MatrixExtra
|
|
checksums rmd160 0fd094d1b065597ae6ca7cfddd89a863310a2e77 \
|
|
sha256 e98f410df97923d1156759277b73ce3674ff11120830d6f9546e0e914ad4e056 \
|
|
size 213133
|
|
|
|
depends_lib-append port:R-float \
|
|
port:R-Rcpp \
|
|
port:R-RhpcBLASctl
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-data.table \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|