# -*- 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 joeguinness GpGp 0.5.1
revision            2
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Fast Gaussian process computation using Vecchiaʼs approximation
long_description    {*}${description}
checksums           rmd160  3e4a96d448f5cf60957d7ec9880b77fc2a2e871a \
                    sha256  e7c8eff42303fd1d911d0ab23e4ff6e83f26beb3290e10a75933a7c149b4138e \
                    size    1380623

depends_lib-append  port:R-BH \
                    port:R-FNN \
                    port:R-Rcpp \
                    port:R-RcppArmadillo

compilers.setup     require_fortran

depends_test-append port:R-fields \
                    port:R-knitr \
                    port:R-maps \
                    port:R-maptools \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
