r-rhdf5lib: add needed zlib dependency (#34748)

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

View File

@ -25,3 +25,4 @@ class RRhdf5lib(RPackage):
depends_on("r@3.3.0:", type="build", when="@1.12.1:")
depends_on("r@4.0.0:", type="build", when="@1.16.0:")
depends_on("gmake", type="build")
depends_on("zlib")