-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Portfile
36 lines (27 loc) · 1.4 KB
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -*- 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
version 20160308
revision 3
categories math science
platforms darwin
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