fast-global-file-status: add openssl dependency. (#15398)

This commit is contained in:
Toyohisa Kameyama 2020-03-09 18:29:02 +09:00 committed by GitHub
parent 2beefc6bfe
commit c783493ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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