Update to latest commit hash for vol-log-based. (#27612)

Update minimum hdf5 version to 1.13.0.
This commit is contained in:
Larry Knox 2021-11-23 09:09:19 -06:00 committed by GitHub
parent 8476a2e4a1
commit f96e3371a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,9 @@ class Hdf5VolLog(AutotoolsPackage):
git = 'https://github.com/DataLib-ECP/vol-log-based.git'
maintainers = ['hyoklee']
version('master', commit='b13778efd9e0c79135a9d7352104985408078d45')
version('master', commit='28b854e50c53166010d97eccdc23f7f3ef6a5b03')
depends_on('hdf5@1.12.1:')
depends_on('hdf5@1.13.0:')
depends_on('autoconf', type='build')
depends_on('automake', type='build')
depends_on('libtool', type='build')