r-rhdf5filters: add needed zlib dependency (#34747)
This commit is contained in:
		@@ -20,6 +20,7 @@ class RRhdf5filters(RPackage):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    depends_on("r-rhdf5lib", type=("build", "run"))
 | 
					    depends_on("r-rhdf5lib", type=("build", "run"))
 | 
				
			||||||
    depends_on("gmake", type="build")
 | 
					    depends_on("gmake", type="build")
 | 
				
			||||||
 | 
					    depends_on("zlib")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def configure_args(self):
 | 
					    def configure_args(self):
 | 
				
			||||||
        args = []
 | 
					        args = []
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user