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
a8e987ae
Commit
a8e987ae
authored
Mar 16, 2018
by
Rob Latham
Browse files
get rid of tabs
parent
eeb4bcc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/mercury/package.py
View file @
a8e987ae
...
...
@@ -49,13 +49,13 @@ class Mercury(CMakePackage):
def
cmake_args
(
self
):
args
=
[
"-DMERCURY_USE_BOOST_PP:BOOL=ON"
,
"-DBUILD_SHARED_LIBS=ON"
]
if
(
self
.
spec
.
variants
[
'cci'
].
value
):
args
.
extend
([
"-DNA_USE_CCI:BOOL=ON"
])
if
(
self
.
spec
.
variants
[
'bmi'
].
value
):
args
.
extend
([
"-DNA_USE_BMI:BOOL=ON"
])
if
(
self
.
spec
.
variants
[
'fabric'
].
value
):
args
.
extend
([
"-DNA_USE_OFI:BOOL=ON"
])
"-DBUILD_SHARED_LIBS=ON"
]
if
(
self
.
spec
.
variants
[
'cci'
].
value
):
args
.
extend
([
"-DNA_USE_CCI:BOOL=ON"
])
if
(
self
.
spec
.
variants
[
'bmi'
].
value
):
args
.
extend
([
"-DNA_USE_BMI:BOOL=ON"
])
if
(
self
.
spec
.
variants
[
'fabric'
].
value
):
args
.
extend
([
"-DNA_USE_OFI:BOOL=ON"
])
if
(
self
.
spec
.
variants
[
'selfforward'
].
value
):
args
.
extend
([
"-DMERCURY_USE_SELF_FORWARD=ON"
])
...
...
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