update zx vsn to 0.3.2
This commit is contained in:
parent
0e16b59647
commit
680631ed34
@ -1,6 +1,6 @@
|
|||||||
{application,gmhive_client,
|
{application,gmhive_client,
|
||||||
[{description,"Gajumaru Hive Client"},
|
[{description,"Gajumaru Hive Client"},
|
||||||
{vsn,"0.1.0"},
|
{vsn,"0.3.2"},
|
||||||
{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]},
|
||||||
|
@ -84,7 +84,7 @@ workers() ->
|
|||||||
executable_group =>
|
executable_group =>
|
||||||
str(#{description => <<"Group of executable binaries of the worker.">>,
|
str(#{description => <<"Group of executable binaries of the worker.">>,
|
||||||
enum => [ <<"cpu">>, <<"cuda">> ],
|
enum => [ <<"cpu">>, <<"cuda">> ],
|
||||||
default => <<"cpuo">>}),
|
default => <<"cpu">>}),
|
||||||
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.">>,
|
||||||
|
10
zomp.meta
10
zomp.meta
@ -2,14 +2,14 @@
|
|||||||
{type,app}.
|
{type,app}.
|
||||||
{modules,[]}.
|
{modules,[]}.
|
||||||
{prefix,"gmhc"}.
|
{prefix,"gmhc"}.
|
||||||
{desc,"Gajumaru Hive Client"}.
|
|
||||||
{author,"Ulf Wiger, QPQ AG"}.
|
{author,"Ulf Wiger, QPQ AG"}.
|
||||||
{package_id,{"uwiger","gmhive_client",{0,2,1}}}.
|
{desc,"Gajumaru Hive Client"}.
|
||||||
{deps,[{"uwiger","gmhive_worker",{0,2,1}},
|
{package_id,{"uwiger","gmhive_client",{0,3,2}}}.
|
||||||
{"uwiger","gmcuckoo",{1,2,2}},
|
{deps,[{"otpr","eblake2",{1,0,1}},
|
||||||
{"otpr","eblake2",{1,0,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