veloc: Add missing openssl dependency (#19437)
This commit is contained in:
parent
d4a6efd021
commit
fdf0cde5b9
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class Veloc(CMakePackage):
|
|||
depends_on('mpi')
|
||||
depends_on('er')
|
||||
depends_on('axl')
|
||||
depends_on('openssl') # Relies on the OpenSSL crypto library for checksums
|
||||
depends_on('pdsh', when='@master')
|
||||
depends_on('cmake@3.9:', type='build')
|
||||
|
||||
|
|
Loading…
Reference in a new issue