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:
Phil Carns 2019-01-30 21:57:31 -05:00 committed by Peter Scheibel
parent 5a431eb408
commit 36c46a7daf

View file

@ -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'))