r-rhdf5filters: add needed zlib dependency (#34747)

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

View File

@ -20,6 +20,7 @@ class RRhdf5filters(RPackage):
depends_on("r-rhdf5lib", type=("build", "run"))
depends_on("gmake", type="build")
depends_on("zlib")
def configure_args(self):
args = []