mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
753 B
Tcl
21 lines
753 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 mengyang FastGaSP 0.5.3
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Fast and exact computation of Gaussian stochastic process
|
|
long_description {*}${description}
|
|
checksums rmd160 63fa5d7df6f99d5d56628241d1dd1de55809c3d8 \
|
|
sha256 128c504be7dbf93e794c5971710d2d8984ff1a9e72083a9bc4434d7900a382ad \
|
|
size 69265
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
test.run yes
|