gmminer/rebar.config
2024-12-11 16:16:45 +01:00

29 lines
1.0 KiB
Erlang

{deps, [
{hut, "1.3.0"},
%% Cuckoo prebuilt CUDA binaries.
{aecuckooprebuilt,
{aecuckooprebuilt_app_with_priv_from_git, {git, "https://github.com/aeternity/cuckoo-prebuilt.git",
{ref, "90afb699dc9cc41d033a7c8551179d32b3bd569d"}}}},
%% Cuckoo CPU miners (not prebuilt).
{aecuckoo, {git, "https://github.com/aeternity/aecuckoo.git",
{ref, "996ffcd"}}},
%% This is used just in one place, just to get blake2b_256 hash.
{enacl, {git, "https://gitlab.com/ioecs/enacl.git",
{ref, "4eb7ec70"}}}
]}.
{plugins, [{rebar_aecuckooprebuilt_dep, {git, "https://github.com/aeternity/rebar3-cuckoo-prebuilt-plugin.git",
{ref, "3981d79"}}}
]}.
{profiles, [{test, [{deps, [{meck, "0.8.13"}]}]}]}.
{dialyzer, [{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib, crypto]}
]}.