update dep (gmhive_worker), bump zomp version (0.4.0)
This commit is contained in:
parent
c1bb026cb4
commit
5604bef707
@ -1,6 +1,6 @@
|
|||||||
{application,gmhive_client,
|
{application,gmhive_client,
|
||||||
[{description,"Gajumaru Hive Client"},
|
[{description,"Gajumaru Hive Client"},
|
||||||
{vsn,"0.3.2"},
|
{vsn,"0.4.0"},
|
||||||
{registered,[]},
|
{registered,[]},
|
||||||
{applications,[kernel,stdlib,sasl,gproc,inets,ssl,enoise,
|
{applications,[kernel,stdlib,sasl,gproc,inets,ssl,enoise,
|
||||||
gmconfig,gmhive_protocol,gmhive_worker]},
|
gmconfig,gmhive_protocol,gmhive_worker]},
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{gmhive_protocol,
|
{gmhive_protocol,
|
||||||
{git, "https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git",
|
{git, "https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git",
|
||||||
{ref, "818ce33"}}},
|
{ref, "818ce33"}}},
|
||||||
{gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "f6b6fd7"}}},
|
{gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "255ef59"}}},
|
||||||
{gmconfig, {git, "https://git.qpq.swiss/QPQ-AG/gmconfig.git",
|
{gmconfig, {git, "https://git.qpq.swiss/QPQ-AG/gmconfig.git",
|
||||||
{ref, "38620ff9e2"}}},
|
{ref, "38620ff9e2"}}},
|
||||||
{gproc, "1.0.0"},
|
{gproc, "1.0.0"},
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
0},
|
0},
|
||||||
{<<"gmhive_worker">>,
|
{<<"gmhive_worker">>,
|
||||||
{git,"https://git.qpq.swiss/QPQ-AG/gmhive_worker",
|
{git,"https://git.qpq.swiss/QPQ-AG/gmhive_worker",
|
||||||
{ref,"f6b6fd7915b311da76e907062db378b4a9af7913"}},
|
{ref,"255ef59ccd7f795d2d25f2d0ebcf24e3251b6f36"}},
|
||||||
0},
|
0},
|
||||||
{<<"gmserialization">>,
|
{<<"gmserialization">>,
|
||||||
{git,"https://git.qpq.swiss/QPQ-AG/gmserialization.git",
|
{git,"https://git.qpq.swiss/QPQ-AG/gmserialization.git",
|
||||||
|
@ -73,13 +73,8 @@ workers() ->
|
|||||||
#{executable =>
|
#{executable =>
|
||||||
str(#{default => <<"mean29-generic">>,
|
str(#{default => <<"mean29-generic">>,
|
||||||
description =>
|
description =>
|
||||||
<<"Executable binary of the worker. Options are: \"mean29-generic\""
|
<<"Executable binary of the worker. Can be a fully qualified path, \n"
|
||||||
" (memory-intensive), "
|
"but the software may apply default logic to locate a plain basename.">>}),
|
||||||
"\"mean29-avx2\" (memory-intensive, benefits from faster CPU supporting"
|
|
||||||
" AVX2 instructions), "
|
|
||||||
"\"lean29-generic\" (CPU-intensive, useful if memory-constrained), "
|
|
||||||
"\"lean29-avx2\" (CPU-intensive, useful if memory-constrained, benefits "
|
|
||||||
"from faster CPU supporting AVX2 instructions).">>}),
|
|
||||||
extra_args =>
|
extra_args =>
|
||||||
str(#{description => <<"Extra arguments to pass to the worker executable binary. "
|
str(#{description => <<"Extra arguments to pass to the worker executable binary. "
|
||||||
"The safest choice is specifying no arguments i.e. empty string.">>,
|
"The safest choice is specifying no arguments i.e. empty string.">>,
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
{type,app}.
|
{type,app}.
|
||||||
{modules,[]}.
|
{modules,[]}.
|
||||||
{prefix,"gmhc"}.
|
{prefix,"gmhc"}.
|
||||||
{author,"Ulf Wiger, QPQ AG"}.
|
|
||||||
{desc,"Gajumaru Hive Client"}.
|
{desc,"Gajumaru Hive Client"}.
|
||||||
{package_id,{"uwiger","gmhive_client",{0,3,2}}}.
|
{author,"Ulf Wiger, QPQ AG"}.
|
||||||
{deps,[{"otpr","eblake2",{1,0,1}},
|
{package_id,{"uwiger","gmhive_client",{0,4,0}}}.
|
||||||
|
{deps,[{"uwiger","gmhive_worker",{0,3,0}},
|
||||||
|
{"otpr","eblake2",{1,0,1}},
|
||||||
{"uwiger","gmcuckoo",{1,1,1}},
|
{"uwiger","gmcuckoo",{1,1,1}},
|
||||||
{"otpr","base58",{0,1,1}},
|
{"otpr","base58",{0,1,1}},
|
||||||
{"otpr","gmserialization",{0,1,3}},
|
{"otpr","gmserialization",{0,1,3}},
|
||||||
{"uwiger","gmhive_worker",{0,1,1}},
|
|
||||||
{"uwiger","gmhive_protocol",{0,1,1}},
|
{"uwiger","gmhive_protocol",{0,1,1}},
|
||||||
{"uwiger","setup",{2,2,4}},
|
{"uwiger","setup",{2,2,4}},
|
||||||
{"uwiger","gproc",{1,0,1}},
|
{"uwiger","gproc",{1,0,1}},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user