mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
827 B
Tcl
23 lines
827 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 FastGP 1.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Efficiently use Gaussian processes with R-Rcpp and R-RcppEigen
|
|
long_description {*}${description}
|
|
checksums rmd160 cfb3dd8042f55b4f84f78dbaa5547d70594d47b7 \
|
|
sha256 1baf8843417f111927142e55bee3a50c138bce6c317f614ee5d00fee43541888 \
|
|
size 323866
|
|
|
|
depends_lib-append port:R-mvtnorm \
|
|
port:R-rbenchmark \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
test.run yes
|