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
b459b874
Commit
b459b874
authored
Feb 05, 2021
by
Rob Latham
Browse files
enable bedrock
parent
55e1e19a
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/mochi-sdskv/package.py
View file @
b459b874
...
...
@@ -32,6 +32,7 @@ class MochiSdskv(AutotoolsPackage):
url
=
"https://xgitlab.cels.anl.gov/sds/sds-keyval"
git
=
'https://xgitlab.cels.anl.gov/sds/sds-keyval.git'
version
(
'dev-bedrock'
,
branch
=
'dev-bedrock'
);
version
(
'develop'
,
branch
=
'master'
)
version
(
'master'
,
branch
=
'master'
)
version
(
'0.1.10'
,
tag
=
'v0.1.10'
)
...
...
@@ -110,11 +111,10 @@ class MochiSdskv(AutotoolsPackage):
extra_args
.
append
(
'--enable-remi'
)
else
:
extra_args
.
append
(
'--disable-remi'
)
if
spec
.
satisfies
(
'@0.1.9.1:'
):
if
'+bedrock'
in
spec
:
extra_args
.
append
(
'--enable-bedrock'
)
else
:
extra_args
.
append
(
'--disable-bedrock'
)
if
'+bedrock'
in
spec
:
extra_args
.
append
(
'--enable-bedrock'
)
else
:
extra_args
.
append
(
'--disable-bedrock'
)
# cray compilers needed -latomic to build BwTree;
# gcc7, at least on my Ubuntu laptop did, also
...
...
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