Packages
mmath
0.2.26
0.2.26
0.2.25
0.2.24
0.2.23
0.2.22
0.2.21
0.2.20
0.2.19
0.2.18
0.2.17
0.2.16
0.2.15
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-alpha9
0.2.0-alpha8
0.2.0-alpha7
0.2.0-alpha6
0.2.0-alpha5
0.2.0-alpha4
0.2.0-alpha3
0.2.0-alpha2
0.2.0-alpha10
0.2.0-alpha1
0.2.0-alpha
0.1.17-alpha
0.1.16
0.1.15
0.1.14
0.1.13
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
math library for metric sequences and binary arrays.
Current section
Files
Jump to
Current section
Files
rebar.config
{sub_dirs, []}.
{cover_enabled, true}.
{erl_opts, [debug_info, warnings_as_errors]}.
{edoc_opts, [{dir, "doc"}]}.
%% {eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}.
{plugins, [pc]}.
{artifacts,
["priv/bin_nif.so",
"priv/hpts_nif.so",
"priv/aggr_nif.so",
"priv/trans_nif.so",
"priv/comb_nif.so"]}.
{port_specs,
[
{"priv/bin_nif.so", ["c_src/bin_nif.c", "c_src/dec_conv.c", "c_src/dec_math.c", "c_src/float_conv.c", "c_src/float_math.c"]},
{"priv/hpts_nif.so", ["c_src/hpts_nif.c", "c_src/dec_conv.c", "c_src/dec_math.c", "c_src/float_conv.c", "c_src/float_math.c"]},
{"priv/trans_nif.so", ["c_src/trans_nif.c", "c_src/dec_conv.c", "c_src/dec_math.c", "c_src/float_conv.c", "c_src/float_math.c"]},
{"priv/aggr_nif.so", ["c_src/aggr_nif.c", "c_src/dec_conv.c", "c_src/dec_math.c", "c_src/float_conv.c", "c_src/float_math.c"]},
{"priv/comb_nif.so", ["c_src/comb_nif.c", "c_src/dec_conv.c", "c_src/dec_math.c", "c_src/float_conv.c", "c_src/float_math.c"]}
]}.
{port_env,
[
{"CFLAGS", "-O4 -std=c99"},
{"solaris", "CFLAGS",
"-std=c99 -DSOLARIS"} %% Omitting $CFLAGS is deliberate, there is a bug with that on solaris
]}.
{provider_hooks,
[{post,
[{compile, {pc, compile}},
{clean, {pc, clean}}]}]}.
{profiles,
[{lint, [{plugins, [rebar3_lint]}]},
{eqc, [{plugins, [rebar_eqc]}]}]}.