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
eeb4bcc3
Commit
eeb4bcc3
authored
Mar 16, 2018
by
Rob Latham
Browse files
mercury CCI no longer has a poll option
parent
604f1c37
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/mercury/package.py
View file @
eeb4bcc3
...
...
@@ -48,8 +48,7 @@ class Mercury(CMakePackage):
depends_on
(
'boost'
)
def
cmake_args
(
self
):
args
=
[
"-DNA_CCI_USE_POLL:BOOL=ON"
,
"-DMERCURY_USE_BOOST_PP:BOOL=ON"
,
args
=
[
"-DMERCURY_USE_BOOST_PP:BOOL=ON"
,
"-DBUILD_SHARED_LIBS=ON"
]
if
(
self
.
spec
.
variants
[
'cci'
].
value
):
args
.
extend
([
"-DNA_USE_CCI:BOOL=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