diff options
author | Phil Carns <carns@mcs.anl.gov> | 2019-01-30 21:57:31 -0500 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-01-30 20:57:31 -0600 |
commit | 36c46a7daf7d9eee425b20bfa190c1cf96847f06 (patch) | |
tree | 2e918046b2c20a64013f682fea838b1d96af319d | |
parent | 5a431eb408c4b4ea193b45d59bba26ea384cb297 (diff) | |
download | spack-36c46a7daf7d9eee425b20bfa190c1cf96847f06.tar.gz spack-36c46a7daf7d9eee425b20bfa190c1cf96847f06.tar.bz2 spack-36c46a7daf7d9eee425b20bfa190c1cf96847f06.tar.xz spack-36c46a7daf7d9eee425b20bfa190c1cf96847f06.zip |
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.
-rw-r--r-- | var/spack/repos/builtin/packages/mercury/package.py | 1 |
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')) |