# -*- 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

# GitHub version lags behind.
R.setup             cran fbertran bigalgebra 1.1.2
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             {Apache-2 LGPL-3}
description         BLAS/LAPACK routines for native R matrices and big.matrix objects
long_description    {*}${description}
homepage            https://fbertran.github.io/bigalgebra
checksums           rmd160  796bae600840720fcd27b7fefd086878033ffe22 \
                    sha256  16fb417ede469df786b76aafb3d25d605460d1ded01f521bff1d66dce9b0607e \
                    size    28327

depends_lib-append  port:R-BH \
                    port:R-bigmemory \
                    port:R-Rcpp

compilers.setup     require_fortran

test.run            yes
