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

Patch repodata to relax HTSlib dependency upper bounds #42895

Merged
merged 2 commits into from
Sep 12, 2023

Commits on Sep 7, 2023

  1. Patch repodata to relax HTSlib dependency upper bounds

    Upstream HTSlib is careful to maintain binary compatibility between
    soversion bumps. Note though that those bumps are not correlated
    with e.g. major version number bumps, as that would reflect a break
    in source compatibility not binary compatibility.
    
    Hence building other bioconda packages that use htslib produces a tight
    bound on a single x.x htslib version, but we can use repodata patching
    to widen the bounds on previously build packages, due to this forward
    compatibility. Doing so will mean bioconda no longer needs to pin HTSlib,
    as it will be less vital to ensure all dependent packages are built
    against the exact same version of htslib. In turn, this will simplify
    packaging htslib/samtools/bcftools updates.
    jmarshall committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    adc7d34 View commit details
    Browse the repository at this point in the history
  2. ¯\_(ツ)_/¯

    jmarshall committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9274255 View commit details
    Browse the repository at this point in the history