Update hdf5 vol async version (#34376)

* Add version hdf5-vol-async@1.4
This commit is contained in:
Larry Knox 2022-12-08 06:37:34 -06:00 committed by GitHub
parent 52fdae83f0
commit 2c668f4bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ class Hdf5VolAsync(CMakePackage):
tags = ["e4s"] tags = ["e4s"]
version("develop", branch="develop") version("develop", branch="develop")
version("1.4", tag="v1.4")
version("1.3", tag="v1.3") version("1.3", tag="v1.3")
version("1.2", tag="v1.2") version("1.2", tag="v1.2")
version("1.1", tag="v1.1") version("1.1", tag="v1.1")