bioconda / bioconda-utils

Utilities for building and managing bioconda recipes
MIT License
96 stars 133 forks source link

chore: Bump bamtools to 2.5.2 #988

Closed martin-g closed 3 months ago

martin-g commented 3 months ago

2.5.2 is the only version at the moment that provides linux-aarch64 package: https://anaconda.org/bioconda/bamtools/files

I faced the following error

WARNING: failed to get package records, retrying.  exception was: Unsatisfiable dependencies for platform linux-aarch64: {MatchSpec("bamtools=2.5.1")}
Encountered problems while solving:
  - nothing provides requested bamtools 2.5.1.*

while adding linux-aarch64 to scalpel (https://github.com/bioconda/bioconda-recipes/pull/47964)

Full logs with the error:

Successful build after adding custom conda_build_config.yaml for scalpel:

martin-g commented 3 months ago

Done with https://github.com/bioconda/bioconda-utils/pull/991