veloc: The axl dependency had an API change in 0.4.0 that breaks veloc (#24157)

This commit is contained in:
Chuck Atkins 2021-06-05 20:25:20 -04:00 committed by GitHub
parent 3db5029a4b
commit 6c21d64c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')