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
6a4b9cb1
Commit
6a4b9cb1
authored
Aug 13, 2018
by
Philip Carns
Browse files
add openpa dep to mercury
parent
7aaabb7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/mercury/package.py
View file @
6a4b9cb1
...
...
@@ -44,6 +44,7 @@ class Mercury(CMakePackage):
depends_on
(
'cci@master'
,
when
=
"+cci"
,
type
=
(
"build"
,
"link"
,
"run"
))
depends_on
(
'libfabric'
,
when
=
"+fabric"
,
type
=
(
"build"
,
"link"
,
"run"
))
depends_on
(
'bmi'
,
when
=
"+bmi"
,
type
=
(
"build"
,
"link"
,
"run"
))
depends_on
(
'openpa'
,
type
=
(
"build"
,
"link"
,
"run"
))
def
cmake_args
(
self
):
# as of mercury commit 662423eb360b, the boost preprocessor macros are
...
...
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