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
25 lines
1012 B
Tcl
25 lines
1012 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 rkoenker SparseM 1.84-2
|
|
revision 0
|
|
categories-append math economics
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Sparse Linear Algebra
|
|
long_description Some basic linear algebra functionality for sparse matrices \
|
|
is provided: including Cholesky decomposition and backsolving \
|
|
as well as standard R subsetting and Kronecker products.
|
|
homepage http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html
|
|
checksums rmd160 037af6d5d2afe7020a5957543797fdee442a5998 \
|
|
sha256 2580fdbb8679e76c92b9f0c5bd9bb503c4cb6a750ef6ae96595441690ce98665 \
|
|
size 553080
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr
|
|
|
|
test.run yes
|