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
24 lines
841 B
Tcl
24 lines
841 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 jwboys26 HMMEsolver 0.1.2
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Fast solver for Henderson mixed model equation
|
|
long_description {*}${description} via row operations.
|
|
checksums rmd160 1e8ab29e1c026635afc773deb30b1fb8174f45c4 \
|
|
sha256 c3491a6cb8138e5b3a5d31a51e751ae4f36534fb83e75d8310ffda81f3b15157 \
|
|
size 15694
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-Rdpack
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|