r-rhdf5: add needed zlib dependency (#34746)
This commit is contained in:
parent
8f3bdf29dc
commit
a18e2f98b3
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue