You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
897 B
Tcl
26 lines
897 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 rcppsmc RcppSMC 0.2.7
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Rcpp bindings for Sequential Monte Carlo
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.smc.html
|
|
checksums rmd160 c024079765761b94e13657059dfad5e8374fb539 \
|
|
sha256 b80a7b07c0117e4a650da32f0a03ed2b50a3399000030b634e832a7124d2e566 \
|
|
size 72029
|
|
|
|
depends_lib-append port:R-FKF \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-pkgKitten
|
|
|
|
test.run yes
|