# -*- 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             github Enchufa2 r-flexiblas 3.4.0 v
set R.package       flexiblas
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             LGPL-3+
description         FlexiBLAS API interface for R
long_description    Provides functions to switch the BLAS/LAPACK optimized backend \
                    and change the number of threads without leaving the R session.
checksums           rmd160  5e07a59730fad4385a900de89e61b077951b78c2 \
                    sha256  81ce899913f0807e3ea41764ff2caffadc5e6f5b7740a749f0fe058a35eee7b4 \
                    size    11948

depends_run-append  port:flexiblas

depends_test-append port:R-tinytest

test.run            yes
