Skip to content

Commit

Permalink
add liblzma-devel to host deps for compiled bioc pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
first last committed Jan 1, 2025
1 parent 5a14a3e commit 4014a66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bioconda_utils/bioconductor_skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,9 +944,10 @@ def sub_placeholders(x):
additional_host_deps.append('liblapack')

# During the BioC 3.20 builds, which also corresponded to updates
# in pinnings, there were quite a few issues where zlib was
# missing.
# in pinnings, there were quite a few issues where zlib and liblzma
# were missing.
additional_host_deps.append('zlib')
additional_host_deps.append('liblzma-devel')

additional_run_deps = []
if self.is_data_package:
Expand Down

0 comments on commit 4014a66

Please sign in to comment.