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

# Revert to GitHub once updated there.
R.setup             cran stephenslab mixsqp 0.3-54
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Sequential quadratic programming for fast maximum-likelihood estimation of mixture proportions
long_description    {*}${description}
checksums           rmd160  a3b95979d4374bd56dfc8e45d4c5f9ca5046beda \
                    sha256  f7d0de918a221c58b3618dc3290a0ebe052256999ee3be35a19384f26b1dfb8e \
                    size    221349

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

compilers.setup     require_fortran

depends_test-append port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
