Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
a275d078
Commit
a275d078
authored
Jan 30, 2018
by
Rob Latham
Browse files
build all backends
recent changes mean users can select backend at run time. make backends opt-out in spackage.
parent
43d2e1e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/sdskeyval/package.py
View file @
a275d078
...
...
@@ -36,8 +36,8 @@ class Sdskeyval(AutotoolsPackage):
variant
(
'bwtree'
,
default
=
True
,
description
=
"Enable BwTree keyval backend"
)
variant
(
'bdb'
,
default
=
Fals
e
,
description
=
"Enable Berkely DB keyval backend"
)
variant
(
'leveldb'
,
default
=
Fals
e
,
description
=
"Enable LevelDB keyval backend"
)
variant
(
'bdb'
,
default
=
Tru
e
,
description
=
"Enable Berkely DB keyval backend"
)
variant
(
'leveldb'
,
default
=
Tru
e
,
description
=
"Enable LevelDB keyval backend"
)
variant
(
'lmdb'
,
default
=
False
,
description
=
"Enable lmdb keyval backend"
)
depends_on
(
'margo'
,
type
=
(
"build"
,
"link"
,
"run"
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment