Mercury package: update libfabric dependency on Cray (#10408)
The Mercury package previously depended on libfabric@develop on Cray platforms in order to pick up a fix for the GNI provider that was only available in git. This is no longer needed now that the libfabric package is at 1.7.0.
This commit is contained in:
parent
5a431eb408
commit
36c46a7daf
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ class Mercury(CMakePackage):
|
|||
|
||||
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('bmi', when='+bmi', type=('build', 'link', 'run'))
|
||||
depends_on('openpa', type=('build', 'link', 'run'))
|
||||
|
||||
|
|
Loading…
Reference in a new issue