# -*- 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 10billhuang01 rkriging 1.0.2
revision            2
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2+
description         Kriging Modelling
long_description    ${name} is an Eigen-based computationally efficient C++ \
                    implementation for fitting various kriging models to data.
checksums           rmd160  a81806284f98144e254127f27408eb9694737b17 \
                    sha256  014f45080e44a1848f51fe8fa435bcdd971ac3c1b24b87387d89f6a756d6fd35 \
                    size    92857

depends_lib-append  port:R-BH \
                    port:R-nloptr \
                    port:R-Rcpp \
                    port:R-RcppEigen

test.run            yes
