mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
926 B
Tcl
27 lines
926 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran samuel-watson SparseChol 0.3.2
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Sparse Cholesky LDL decomposition of symmetric matrices
|
|
long_description {*}${description}
|
|
homepage https://github.com/samuel-watson/SparseChol
|
|
checksums rmd160 5de489ea8e2a41f6baee17e2c72b54a5b7a74565 \
|
|
sha256 339a9c08c726eb8178710da5f1e0a0a7e0f382139d3bc8c0d0615c575a3399a6 \
|
|
size 24902
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|