Skip to content

Commit 98eff96

Browse files
committed
add zlib as host dep for compiled packages
1 parent cbded24 commit 98eff96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bioconda_utils/bioconductor_skeleton.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,11 @@ def sub_placeholders(x):
943943
additional_host_deps.append('libblas')
944944
additional_host_deps.append('liblapack')
945945

946+
# During the BioC 3.20 builds, which also corresponded to updates
947+
# in pinnings, there were quite a few issues where zlib was
948+
# missing.
949+
additional_host_deps.append('zlib')
950+
946951
additional_run_deps = []
947952
if self.is_data_package:
948953
additional_run_deps.append('curl')

0 commit comments

Comments
 (0)