From 6445c2e807475e764bbed8eb107a3a64bd6028f8 Mon Sep 17 00:00:00 2001 From: Cameron Stanavige Date: Wed, 20 May 2020 20:35:22 -0700 Subject: unifyfs: update gotcha dependency version (#16736) The dev branch of UnifyFS now depends on the latest release of GOTCHA, and will future releases. This updates our spackage to depend on the correct version of GOTCHA depending on the version of UnifyFS being installed. --- var/spack/repos/builtin/packages/unifyfs/package.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/unifyfs/package.py b/var/spack/repos/builtin/packages/unifyfs/package.py index 77b4014741..a2290bfa67 100644 --- a/var/spack/repos/builtin/packages/unifyfs/package.py +++ b/var/spack/repos/builtin/packages/unifyfs/package.py @@ -36,9 +36,8 @@ class Unifyfs(AutotoolsPackage): # Required dependencies depends_on('flatcc') - # Latest version of GOTCHA has API changes that break UnifyFS. - # Updates to UnifyFS are coming in order to fix this. - depends_on('gotcha@0.0.2') + depends_on('gotcha@0.0.2', when='@:0.9.0') + depends_on('gotcha@1.0.3:', when='@0.9.1:') depends_on('leveldb') depends_on('margo') depends_on('mercury+bmi+sm') -- cgit v1.2.3-70-g09d2