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

github.setup        b-k apophenia 35e1093dabe8bae5aec4f36eb8d8ecb41ceda0e0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20160308
revision            3
categories          math science
license             GPL-2

maintainers         gmail.com:el.dirte \
                    openmaintainer

description         A C library for statistical and scientific computing
long_description    Apophenia is an open statistical library for working with \
                    data sets and statistical models. It provides functions on \
                    the same level as those of the typical stats package (such \
                    as OLS, Probit, or singular value decomposition) but gives \
                    the user more flexibility to be creative in \
                    model-building. The core functions are written in C.

homepage            http://apophenia.info

checksums           rmd160  b905d993dae9eed84c431840e2ef69967f322ef9 \
                    sha256  46fab2b1a9a34b2ace005c9ba9b1b7151a81b0261d7a0145adff3854b902acb1

depends_lib         port:gsl \
                    port:sqlite3

configure.args-append   --enable-extended-tests \
                        --with-mysql=no

test.run            yes
test.target         check
