Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
b9690959
Commit
b9690959
authored
Dec 01, 2017
by
Rob Latham
Browse files
cray needs latomic to build BwTree
parent
604a6ff1
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/sdskeyval/package.py
View file @
b9690959
...
...
@@ -76,5 +76,13 @@ class Sdskeyval(AutotoolsPackage):
extra_args
.
extend
([
"--enable-leveldb"
])
# cray compilers needed -latomic to build BwTree; gcc7 on my Ubuntu
# laptop did, also, but I don't know how to be that precise when
# specifying
if
'+bwtree'
in
spec
:
if
'platform=cray'
in
self
.
spec
:
args
.
extend
([
'LDFLAGS=-latomic'
])
return
extra_args
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