summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/mercury/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mercury/package.py b/var/spack/repos/builtin/packages/mercury/package.py
index e69d19d4b0..a2a65a4a46 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'))