Skip to content
Snippets Groups Projects
Unverified Commit 886e072f authored by eugeneswalker's avatar eugeneswalker Committed by GitHub
Browse files

unifyfs depends on openssl (#15258)

parent e519bbad
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ class Unifyfs(AutotoolsPackage): ...@@ -28,6 +28,7 @@ class Unifyfs(AutotoolsPackage):
variant('pmi', default='False', description='Enable PMI2 build options') variant('pmi', default='False', description='Enable PMI2 build options')
variant('pmix', default='False', description='Enable PMIx build options') variant('pmix', default='False', description='Enable PMIx build options')
depends_on('openssl')
depends_on('autoconf', type='build') depends_on('autoconf', type='build')
depends_on('automake', type='build') depends_on('automake', type='build')
depends_on('libtool', type='build') depends_on('libtool', type='build')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment