2015-12-18 17:17:13 +01:00
|
|
|
%%%-------------------------------------------------------------------
|
|
|
|
%%% @author Evgeniy Khramtsov <ekhramtsov@process-one.net>
|
2016-01-13 12:29:14 +01:00
|
|
|
%%% @copyright (C) 2013-2016, Evgeniy Khramtsov
|
2015-12-18 17:17:13 +01:00
|
|
|
%%% @doc
|
|
|
|
%%%
|
|
|
|
%%% @end
|
|
|
|
%%% Created : 1 May 2013 by Evgeniy Khramtsov <ekhramtsov@process-one.net>
|
|
|
|
%%%-------------------------------------------------------------------
|
|
|
|
|
2016-07-01 21:18:55 +02:00
|
|
|
{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.2.1"}}},
|
2016-07-01 21:41:12 +02:00
|
|
|
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}},
|
2016-06-30 11:33:38 +02:00
|
|
|
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.3"}}},
|
2016-07-08 11:40:28 +02:00
|
|
|
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.6"}}},
|
2016-07-08 18:28:51 +02:00
|
|
|
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.5"}}},
|
2016-07-01 21:18:55 +02:00
|
|
|
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.14"}}},
|
2016-07-08 11:40:28 +02:00
|
|
|
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.6"}}},
|
|
|
|
{esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.7"}}},
|
|
|
|
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.5"}}},
|
2016-02-03 10:55:40 +01:00
|
|
|
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}},
|
2016-03-03 10:34:45 +01:00
|
|
|
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}},
|
2016-02-03 10:55:40 +01:00
|
|
|
{p1_xmlrpc, ".*", {git, "https://github.com/processone/p1_xmlrpc", {tag, "1.15.1"}}},
|
2016-03-18 19:22:59 +01:00
|
|
|
{luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.2"}}},
|
2016-02-25 12:19:00 +01:00
|
|
|
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",
|
2016-03-03 10:34:45 +01:00
|
|
|
{tag, "1.0.1"}}}},
|
2016-02-25 12:19:00 +01:00
|
|
|
{if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql",
|
2016-02-23 15:27:30 +01:00
|
|
|
{tag, "1.1.0"}}}},
|
2016-02-25 12:19:00 +01:00
|
|
|
{if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3",
|
2016-03-03 10:34:45 +01:00
|
|
|
{tag, "1.1.5"}}}},
|
2016-02-25 12:19:00 +01:00
|
|
|
{if_var_true, pam, {p1_pam, ".*", {git, "https://github.com/processone/epam",
|
2016-03-03 10:34:45 +01:00
|
|
|
{tag, "1.0.0"}}}},
|
2016-02-25 12:19:00 +01:00
|
|
|
{if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib",
|
2016-03-03 10:34:45 +01:00
|
|
|
{tag, "1.0.1"}}}},
|
2016-02-25 12:19:00 +01:00
|
|
|
{if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client",
|
2016-03-03 10:34:45 +01:00
|
|
|
"527722d12d0433b837cdb92a60900c2cb5df8942"}}},
|
2016-03-31 16:05:18 +02:00
|
|
|
%% Forces correct dependency for riakc and allow using newer meck version)
|
|
|
|
{if_var_true, riak, {hamcrest, ".*", {git, "https://github.com/hyperthunk/hamcrest-erlang",
|
2016-07-01 21:18:55 +02:00
|
|
|
"13f9bfb9b27d216e8e033b0e0a9a29097ed923dd"}}}, % for riak_pb-2.1.0.7
|
2016-03-31 16:05:18 +02:00
|
|
|
{if_var_true, riak, {protobuffs, ".*", {git, "https://github.com/basho/erlang_protobuffs",
|
|
|
|
"6e7fc924506e2dc166a6170e580ce1d95ebbd5bd"}}}, % for riak_pb-2.1.0.7 with correct meck dependency
|
|
|
|
%% Elixir support, needed to run tests
|
2016-02-25 12:19:00 +01:00
|
|
|
{if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir",
|
2016-03-16 09:01:40 +01:00
|
|
|
{tag, "v1.1.1"}}}},
|
2016-02-03 11:00:12 +01:00
|
|
|
%% TODO: When modules are fully migrated to new structure and mix, we will not need anymore rebar_elixir_plugin
|
2016-02-25 12:19:00 +01:00
|
|
|
{if_var_true, elixir, {rebar_elixir_plugin, ".*",
|
2016-03-03 10:34:45 +01:00
|
|
|
{git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}},
|
2016-02-25 12:19:00 +01:00
|
|
|
{if_var_true, iconv, {iconv, ".*", {git, "https://github.com/processone/iconv",
|
2016-07-08 18:28:51 +02:00
|
|
|
{tag, "1.0.1"}}}},
|
2016-03-31 16:05:18 +02:00
|
|
|
{if_var_true, tools, {meck, "0.8.*", {git, "https://github.com/eproxus/meck",
|
|
|
|
{tag, "0.8.4"}}}},
|
2016-03-31 14:36:30 +02:00
|
|
|
{if_var_true, tools, {moka, ".*", {git, "https://github.com/processone/moka.git",
|
2016-03-31 16:05:18 +02:00
|
|
|
{tag, "1.0.5b"}}}},
|
2016-02-25 12:19:00 +01:00
|
|
|
{if_var_true, redis, {eredis, ".*", {git, "https://github.com/wooga/eredis",
|
2016-03-03 10:34:45 +01:00
|
|
|
{tag, "v1.0.8"}}}}]}.
|
2015-12-18 17:17:13 +01:00
|
|
|
|
2015-12-18 17:20:18 +01:00
|
|
|
{if_var_true, latest_deps,
|
2016-02-03 16:26:15 +01:00
|
|
|
{floating_deps, [cache_tab,
|
2016-02-03 16:13:16 +01:00
|
|
|
fast_tls,
|
2016-02-03 10:12:25 +01:00
|
|
|
stringprep,
|
2016-02-03 19:03:17 +01:00
|
|
|
fast_xml,
|
2015-12-18 17:20:18 +01:00
|
|
|
esip,
|
2016-03-03 10:34:45 +01:00
|
|
|
luerl,
|
2016-02-03 16:13:16 +01:00
|
|
|
stun,
|
2016-02-03 10:55:40 +01:00
|
|
|
fast_yaml,
|
2015-12-18 17:20:18 +01:00
|
|
|
p1_utils,
|
|
|
|
p1_mysql,
|
|
|
|
p1_pgsql,
|
|
|
|
p1_pam,
|
2016-02-03 12:30:12 +01:00
|
|
|
ezlib,
|
2016-02-03 11:17:16 +01:00
|
|
|
iconv]}}.
|
2015-12-18 17:20:18 +01:00
|
|
|
|
2016-05-05 16:37:25 +02:00
|
|
|
{erl_first_files, ["src/ejabberd_config.erl", "src/gen_mod.erl"]}.
|
2016-03-04 11:32:23 +01:00
|
|
|
|
2015-12-18 17:17:13 +01:00
|
|
|
{erl_opts, [nowarn_deprecated_function,
|
2016-01-18 13:10:12 +01:00
|
|
|
{if_var_false, debug, no_debug_info},
|
2016-03-21 12:01:20 +01:00
|
|
|
{if_var_true, debug, debug_info},
|
2015-12-18 17:17:13 +01:00
|
|
|
{if_var_true, roster_gateway_workaround, {d, 'ROSTER_GATWAY_WORKAROUND'}},
|
|
|
|
{if_var_match, db_type, mssql, {d, 'mssql'}},
|
|
|
|
{if_var_true, erlang_deprecated_types, {d, 'ERL_DEPRECATED_TYPES'}},
|
|
|
|
{if_var_true, hipe, native},
|
|
|
|
{src_dirs, [asn1, src,
|
|
|
|
{if_var_true, tools, tools},
|
|
|
|
{if_var_true, elixir, include}]}]}.
|
|
|
|
|
|
|
|
{deps_erl_opts, [{if_var_true, hipe, native}]}.
|
|
|
|
|
|
|
|
{plugins, [deps_erl_opts,
|
|
|
|
{if_var_true, elixir, rebar_elixir_compiler},
|
|
|
|
{if_var_true, elixir, rebar_exunit}]}.
|
|
|
|
|
2016-02-25 12:16:47 +01:00
|
|
|
{if_var_true, elixir,
|
|
|
|
{lib_dirs, ["deps/elixir/lib"]}}.
|
|
|
|
{if_var_true, elixir,
|
|
|
|
{src_dirs, ["include"]}}.
|
2015-12-18 17:17:13 +01:00
|
|
|
|
|
|
|
{sub_dirs, ["rel"]}.
|
|
|
|
|
|
|
|
{keep_build_info, true}.
|
|
|
|
|
|
|
|
{xref_warnings, false}.
|
|
|
|
|
2016-02-29 14:56:28 +01:00
|
|
|
{xref_checks, [deprecated_function_calls]}.
|
2015-12-18 17:17:13 +01:00
|
|
|
|
|
|
|
{xref_exclusions, [
|
|
|
|
"(\"gen_transport\":_/_)",
|
|
|
|
"(\"eprof\":_/_)",
|
|
|
|
{if_var_false, mysql, "(\".*mysql.*\":_/_)"},
|
|
|
|
{if_var_false, pgsql, "(\".*pgsql.*\":_/_)"},
|
|
|
|
{if_var_false, pam, "(\"epam\":_/_)"},
|
|
|
|
{if_var_false, riak, "(\"riak.*\":_/_)"},
|
|
|
|
{if_var_true, riak, "(\"riak_object\":_/_)"},
|
|
|
|
{if_var_false, zlib, "(\"ezlib\":_/_)"},
|
|
|
|
{if_var_false, http, "(\"lhttpc\":_/_)"},
|
|
|
|
{if_var_false, iconv, "(\"iconv\":_/_)"},
|
|
|
|
{if_var_false, odbc, "(\"odbc\":_/_)"},
|
|
|
|
{if_var_false, sqlite, "(\"sqlite3\":_/_)"},
|
2016-05-13 15:12:28 +02:00
|
|
|
{if_var_false, elixir, "(\"Elixir.Logger.*\":_/_)"},
|
2015-12-18 17:17:13 +01:00
|
|
|
{if_var_false, redis, "(\"eredis\":_/_)"}]}.
|
|
|
|
|
|
|
|
{eunit_compile_opts, [{i, "tools"}]}.
|
|
|
|
|
2016-05-31 11:29:19 +02:00
|
|
|
{if_version_above, "17", {cover_enabled, true}}.
|
2016-03-21 12:01:20 +01:00
|
|
|
{cover_export_enabled, true}.
|
|
|
|
|
2016-02-03 16:13:16 +01:00
|
|
|
{post_hook_configure, [{"fast_tls", []},
|
2016-02-03 10:12:25 +01:00
|
|
|
{"stringprep", []},
|
2016-02-03 10:55:40 +01:00
|
|
|
{"fast_yaml", []},
|
2015-12-18 17:17:13 +01:00
|
|
|
{"esip", []},
|
2016-02-03 19:03:17 +01:00
|
|
|
{"fast_xml", [{if_var_true, full_xml, "--enable-full-xml"}]},
|
2015-12-18 17:17:13 +01:00
|
|
|
{if_var_true, pam, {"p1_pam", []}},
|
2016-02-03 12:30:12 +01:00
|
|
|
{if_var_true, zlib, {"ezlib", []}},
|
2016-02-03 11:17:16 +01:00
|
|
|
{if_var_true, iconv, {"iconv", []}}]}.
|
2015-12-18 17:17:13 +01:00
|
|
|
|
|
|
|
{port_env, [{"CFLAGS", "-g -O2 -Wall"}]}.
|
|
|
|
|
|
|
|
{port_specs, [{"priv/lib/jid.so", ["c_src/jid.c"]}]}.
|
2016-02-03 11:00:12 +01:00
|
|
|
|
|
|
|
%% Local Variables:
|
|
|
|
%% mode: erlang
|
|
|
|
%% End:
|
2016-02-03 11:10:11 +01:00
|
|
|
%% vim: set filetype=erlang tabstop=8:
|