r-rhdf5: add needed zlib dependency (#34746)

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

View file

@ -37,5 +37,6 @@ class RRhdf5(RPackage):
depends_on("r-rhdf5lib@1.13.4:", type=("build", "run"), when="@2.38.0:")
depends_on("r-rhdf5filters", type=("build", "run"), when="@2.34.0:")
depends_on("gmake", type="build")
depends_on("zlib")
depends_on("r-zlibbioc", type=("build", "run"), when="@:2.28.1")