unifyfs depends on openssl (#15258)

This commit is contained in:
eugeneswalker 2020-02-28 09:24:53 -08:00 committed by GitHub
parent e519bbadc3
commit 886e072f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ class Unifyfs(AutotoolsPackage):
variant('pmi', default='False', description='Enable PMI2 build options')
variant('pmix', default='False', description='Enable PMIx build options')
depends_on('openssl')
depends_on('autoconf', type='build')
depends_on('automake', type='build')
depends_on('libtool', type='build')