fast-global-file-status needs elf (#19789)

This commit is contained in:
eugeneswalker 2020-11-06 18:52:19 -08:00 committed by GitHub
parent 73773ef9f3
commit 8dc8155ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ class FastGlobalFileStatus(AutotoolsPackage):
depends_on('mount-point-attributes')
depends_on('mpi')
depends_on('openssl')
depends_on('elf')
def configure_args(self):
spec = self.spec