Skip to content

Commit

Permalink
update vshard to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Bezugly committed Mar 20, 2019
1 parent b108ae6 commit cc01c46
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,11 @@ repository = {
arch = "rockspec"
}
},
["0.1.8-1"] = {
{
arch = "rockspec"
}
},
["scm-1"] = {
{
arch = "rockspec"
Expand Down
30 changes: 30 additions & 0 deletions vshard-0.1.8-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
package = 'vshard'
version = '0.1.8-1'
source = {
url = 'git://github.com/tarantool/vshard.git',
tag = '0.1.8',
}
description = {
summary = 'The new generation of sharding based on virtual buckets',
homepage = 'https://github.com/tarantool/vshard.git',
license = 'BSD',
}
dependencies = {
'tarantool >= 1.9.0';
}
external_dependencies = {
TARANTOOL = {
header = 'tarantool/module.h';
};
}
build = {
type = 'cmake';
variables = {
CMAKE_BUILD_TYPE="RelWithDebInfo";
TARANTOOL_DIR="$(TARANTOOL_DIR)";
TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)";
TARANTOOL_INSTALL_LUADIR="$(LUADIR)";
};
}

-- vim: syntax=lua

0 comments on commit cc01c46

Please sign in to comment.