You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
22 lines
738 B
Tcl
22 lines
738 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 RcppHMM 1.2.2
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Rcpp Hidden Markov Model
|
|
long_description {*}${description}
|
|
checksums rmd160 58e80191f31e4c3a50f7f91f076e6d4b068d2f3a \
|
|
sha256 c6d3ef59a1f8841f65c4273847cad79e36bb1733edd395d57a82fba06dfd8d69 \
|
|
size 32809
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|