r-hdf5array: add needed dependency on zlib (#34745)

This commit is contained in:
Glenn Johnson 2023-01-02 11:32:59 -06:00 committed by GitHub
parent a18e2f98b3
commit 769378c959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,3 +52,4 @@ class RHdf5array(RPackage):
depends_on("r-iranges", type=("build", "run"))
depends_on("r-rhdf5lib", type=("build", "run"), when="@1.12.3:")
depends_on("gmake", type="build")
depends_on("zlib")