r-hdf5array: add needed dependency on zlib (#34745)
This commit is contained in:
parent
a18e2f98b3
commit
769378c959
@ -52,3 +52,4 @@ class RHdf5array(RPackage):
|
|||||||
depends_on("r-iranges", type=("build", "run"))
|
depends_on("r-iranges", type=("build", "run"))
|
||||||
depends_on("r-rhdf5lib", type=("build", "run"), when="@1.12.3:")
|
depends_on("r-rhdf5lib", type=("build", "run"), when="@1.12.3:")
|
||||||
depends_on("gmake", type="build")
|
depends_on("gmake", type="build")
|
||||||
|
depends_on("zlib")
|
||||||
|
Loading…
Reference in New Issue
Block a user