ITADN

nextflow builds have wrong dependencies for Windows

#62604Closedimagejan 创建于 2026-02-12
I
imagejancommented
The recipe for `nextflow` defines specific dependencies for `[not win]` and `[win]` here: https://github.com/bioconda/bioconda-recipes/blob/54124c395dde275c13aa4982930d8664b8eb220d/recipes/nextflow/meta.yaml#L18-L28 However, this doesn't seem to be reflected in the `noarch` build. When I'm trying to add `nextflow` as a dependency on Windows, the request can't be solved. <details><summary>For example, using `pixi`:</summary> <p> ``` > pixi init > pixi workspace platform add linux-64 osx-arm64 > pixi workspace channel add bioconda > pixi add nextflow ✔ Added nextflow >=25.10.4,<26 > pixi workspace platform add win-64 Error: × failed to solve requirements of environment 'default' for platform 'win-64' ├─▶ × failed to solve the environment │ ╰─▶ Cannot solve the request because of: nextflow >=25.10.4,<26 cannot be installed because there are no viable options: └─ nextflow 25.10.4 would require └─ coreutils *, for which no candidates were found. ``` </p> </details> I guess the build should be changed from `noarch` to platform-specific builds?
关闭于 2026-02-12 1 条评论