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
3efc6433
Commit
3efc6433
authored
Nov 02, 2018
by
Philip Carns
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use libfabric@develop always, for now at least
parent
ceb87980
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 @
3efc6433
...
...
@@ -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"
))
...
...
Philip Carns
@carns
mentioned in commit
e8e7c81c
·
Nov 05, 2018
mentioned in commit
e8e7c81c
mentioned in commit e8e7c81c51842148764df15dcb8f11ac31dd2580
Toggle commit list
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