veloc: The axl dependency had an API change in 0.4.0 that breaks veloc (#24157)
This commit is contained in:
parent
3db5029a4b
commit
6c21d64c50
@ -28,7 +28,7 @@ class Veloc(CMakePackage):
|
||||
depends_on('libpthread-stubs')
|
||||
depends_on('mpi')
|
||||
depends_on('er')
|
||||
depends_on('axl')
|
||||
depends_on('axl@:0.3.0')
|
||||
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 New Issue
Block a user