Ticket #50938: Portfile

File Portfile, 1.4 KB (added by el.dirte@…, 8 years ago)

apophenia Portfile with mysql=no

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        b-k apophenia 35e1093dabe8bae5aec4f36eb8d8ecb41ceda0e0
8version             20160308
9
10categories          math science
11platforms           darwin
12license             GPL-2
13
14maintainers         gmail.com:el.dirte \
15                    openmaintainer
16
17description         A C library for statistical and scientific computing
18long_description    Apophenia is an open statistical library for working with \
19                    data sets and statistical models. It provides functions on \
20                    the same level as those of the typical stats package (such \
21                    as OLS, Probit, or singular value decomposition) but gives \
22                    the user more flexibility to be creative in \
23                    model-building. The core functions are written in C.
24
25homepage            http://apophenia.info
26
27checksums           rmd160  b905d993dae9eed84c431840e2ef69967f322ef9 \
28                    sha256  46fab2b1a9a34b2ace005c9ba9b1b7151a81b0261d7a0145adff3854b902acb1
29
30depends_lib         port:gsl \
31                    port:sqlite3
32
33configure.args-append   --enable-extended-tests \
34                                                --with-mysql=no
35
36test.run            yes
37test.target         check