Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-repo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-repo
Commits
8f84365e
Commit
8f84365e
authored
Oct 29, 2018
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sdskeyval package 0.1
parent
e86ee5b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
packages/sdskeyval/package.py
packages/sdskeyval/package.py
+6
-5
No files found.
packages/sdskeyval/package.py
View file @
8f84365e
...
...
@@ -26,24 +26,25 @@ from spack import *
class
Sdskeyval
(
AutotoolsPackage
):
"""
a
library that provides a Margo-based keyval service"""
"""
A
library that provides a Margo-based keyval service"""
homepage
=
"https://xgitlab.cels.anl.gov/sds/sds-keyval"
url
=
"https://xgitlab.cels.anl.gov/sds/sds-keyval"
git
=
'https://xgitlab.cels.anl.gov/sds/sds-keyval.git'
version
(
'
master'
,
git
=
'https://xgitlab.cels.anl.gov/sds/sds-keyval.git
'
)
version
(
'
dor-sds'
,
git
=
'https://xgitlab.cels.anl.gov/sds/sds-keyval.git'
,
branch
=
'dor-sync-review
'
)
version
(
'
develop'
,
branch
=
'master
'
)
version
(
'
0.1'
,
tag
=
'v0.1
'
)
variant
(
'bwtree'
,
default
=
False
,
description
=
"Enable BwTree keyval backend"
)
variant
(
'bdb'
,
default
=
True
,
description
=
"Enable Berkely DB keyval backend"
)
variant
(
'leveldb'
,
default
=
True
,
description
=
"Enable LevelDB keyval backend"
)
variant
(
'lmdb'
,
default
=
False
,
description
=
"Enable lmdb keyval backend"
)
depends_on
(
'margo'
,
type
=
(
"build"
,
"link"
,
"run"
))
depends_on
(
'margo
@0.4:
'
,
type
=
(
"build"
,
"link"
,
"run"
))
depends_on
(
'autoconf@2.65:'
)
depends_on
(
'automake@1.13.4:'
)
depends_on
(
'libtool'
,
type
=
(
"build"
))
depends_on
(
'remi'
)
depends_on
(
'remi
@0.1:
'
)
# variable dependencies
depends_on
(
'berkeley-db'
,
when
=
"+bdb"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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