Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update pinning for libxml2 due to conda-forge migration #903

Merged
merged 1 commit into from
Jul 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bioconda_utils/bioconda_utils-conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ bamtools:
r_base:
- "4.3.*"

# Note: this is a (hopefully) temporary fix for the r-base 4.3 migration. That package was built
# with libxml2 2.11, but that migration on conda-forge isn't yet complete. Consequently conda-forge-pinning
# still has libxml2 2.10. That means that there are a number of R and Bioconductor packages we can't currently
# build without manually changing out libxml2 pinning.
libxml2:
- "2.11.*"

python:
- 3.10.* *_cpython
- 3.9.* *_cpython
Expand Down
Loading