r-rhdf5filters: add needed zlib dependency (#34747)
This commit is contained in:
parent
a28bb90b93
commit
8f3bdf29dc
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user