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

feat: Update pinning 2024-05 #991

Merged
merged 7 commits into from
Jun 3, 2024

Commits on Jun 3, 2024

  1. feat: Update to latest conda-forge-pinning

    Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
    mbargull committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8b2b175 View commit details
    Browse the repository at this point in the history
  2. feat: Add explicit libc/system version deps

    These stdlib_c entries can be used with newer conda-build versions in
    recipes like so:
    
      requirements:
        build:
          - {{ stdlib("c") }}
          - {{ compiler("c") }}
    
    and allow us to be explicit about our libc/system dependencies.
    I.e., we could then avoid MACOSX_DEPLOYMENT_TARGET/sysroot_linux* dances
    
    Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
    mbargull committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1de329a View commit details
    Browse the repository at this point in the history
  3. chore: Remove legacy pin_run_as_build entries

    Those are covered by "run_exports" nowadays.
    
    Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
    mbargull committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2d9e8a9 View commit details
    Browse the repository at this point in the history
  4. chore: Remove outdated libxml2 pin

    Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
    mbargull committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d91bb87 View commit details
    Browse the repository at this point in the history
  5. chore: Omit custom Bioconda pins for python

    Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
    mbargull committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8a0fb48 View commit details
    Browse the repository at this point in the history
  6. feat: Update bamtools pin

    Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
    mbargull committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ff8ae0f View commit details
    Browse the repository at this point in the history
  7. Update conda-forge-pinning to latest version

    Just for good measure.
    
    Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
    mbargull committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e765095 View commit details
    Browse the repository at this point in the history