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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup b-k apophenia 35e1093dabe8bae5aec4f36eb8d8ecb41ceda0e0 |
---|
8 | version 20160308 |
---|
9 | |
---|
10 | categories math science |
---|
11 | platforms darwin |
---|
12 | license GPL-2 |
---|
13 | |
---|
14 | maintainers gmail.com:el.dirte \ |
---|
15 | openmaintainer |
---|
16 | |
---|
17 | description A C library for statistical and scientific computing |
---|
18 | long_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 | |
---|
25 | homepage http://apophenia.info |
---|
26 | |
---|
27 | checksums rmd160 b905d993dae9eed84c431840e2ef69967f322ef9 \ |
---|
28 | sha256 46fab2b1a9a34b2ace005c9ba9b1b7151a81b0261d7a0145adff3854b902acb1 |
---|
29 | |
---|
30 | depends_lib port:gsl \ |
---|
31 | port:sqlite3 |
---|
32 | |
---|
33 | configure.args-append --enable-extended-tests \ |
---|
34 | --with-mysql=no |
---|
35 | |
---|
36 | test.run yes |
---|
37 | test.target check |
---|