Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-repo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-repo
Commits
eaba98c0
Commit
eaba98c0
authored
Nov 02, 2018
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of xgitlab.cels.anl.gov:sds/sds-repo
parents
341da9f5
3efc6433
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
packages/mercury/package.py
packages/mercury/package.py
+5
-2
No files found.
packages/mercury/package.py
View file @
eaba98c0
...
...
@@ -44,8 +44,11 @@ class Mercury(CMakePackage):
# if nothing specified, build good ol' BMI
depends_on
(
'cci@master'
,
when
=
"+cci"
,
type
=
(
"build"
,
"link"
,
"run"
))
depends_on
(
'libfabric'
,
when
=
"+fabric"
,
type
=
(
"build"
,
"link"
,
"run"
))
depends_on
(
'libfabric@develop'
,
when
=
"+fabric platform=cray"
,
type
=
(
"build"
,
"link"
,
"run"
))
# depends_on('libfabric', when="+fabric", type=("build", "link", "run"))
# depends_on('libfabric@develop', when="+fabric platform=cray", type=("build", "link", "run"))
# as of Nov 2, 2018, use git master for libfabric on all platforms; we
# need to test unreleased features on both gni and verbs at least
depends_on
(
'libfabric@develop'
,
when
=
"+fabric"
,
type
=
(
"build"
,
"link"
,
"run"
))
depends_on
(
'bmi'
,
when
=
"+bmi"
,
type
=
(
"build"
,
"link"
,
"run"
))
depends_on
(
'openpa'
,
type
=
(
"build"
,
"link"
,
"run"
))
...
...
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