fast-global-file-status: depends_on libtool (#24293)

This commit is contained in:
eugeneswalker 2021-06-14 09:01:29 -07:00 committed by GitHub
parent 0d73fd2b11
commit 0b769855a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ class FastGlobalFileStatus(AutotoolsPackage):
depends_on('mpi')
depends_on('openssl')
depends_on('elf')
depends_on('libtool', type='build')
def configure_args(self):
spec = self.spec