You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
824 B
Tcl
24 lines
824 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 cran Rlinsolve 0.3.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Iterative solvers for (sparse) linear system of equations
|
|
long_description {*}${description}
|
|
checksums rmd160 857d22d28ee7161cb3433207bd48a5ae24dbad4a \
|
|
sha256 5cba8faad04513808892181e20189c9efba203b74a47c0a7f21820122c0065f7 \
|
|
size 52135
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-Rdpack
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|