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.
This commit is contained in:
Cameron Stanavige 2020-05-20 20:35:22 -07:00 committed by GitHub
parent 18d1531263
commit 6445c2e807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,9 +36,8 @@ class Unifyfs(AutotoolsPackage):
# Required dependencies # Required dependencies
depends_on('flatcc') depends_on('flatcc')
# Latest version of GOTCHA has API changes that break UnifyFS. depends_on('gotcha@0.0.2', when='@:0.9.0')
# Updates to UnifyFS are coming in order to fix this. depends_on('gotcha@1.0.3:', when='@0.9.1:')
depends_on('gotcha@0.0.2')
depends_on('leveldb') depends_on('leveldb')
depends_on('margo') depends_on('margo')
depends_on('mercury+bmi+sm') depends_on('mercury+bmi+sm')