# -*- 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 cran ROptSpace 0.2.3
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Matrix reconstruction from a few entries
long_description    Matrix reconstruction, also known as matrix completion, \
                    is the task of inferring missing entries of a partially observed matrix.
checksums           rmd160  3b39e2c66f8764e8720a72eaefeb70b34d533756 \
                    sha256  dfb17a6b197a73c0a261a39ad8cc7c0b6bf0797d232ca2d79ccd910c0b12dfa1 \
                    size    13365

depends_lib-append  port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-Rdpack

compilers.setup     require_fortran

test.run            yes
