From 36c46a7daf7d9eee425b20bfa190c1cf96847f06 Mon Sep 17 00:00:00 2001 From: Phil Carns Date: Wed, 30 Jan 2019 21:57:31 -0500 Subject: [PATCH] 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. --- var/spack/repos/builtin/packages/mercury/package.py | 1 - 1 file changed, 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/mercury/package.py b/var/spack/repos/builtin/packages/mercury/package.py index e69d19d4b04..a2a65a4a466 100644 --- a/var/spack/repos/builtin/packages/mercury/package.py +++ b/var/spack/repos/builtin/packages/mercury/package.py @@ -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'))