Skip to content

Linter false positive for should_use_compilers? #1037

Open
@nh13

Description

@nh13

See: https://github.com/bioconda/bioconda-recipes/actions/runs/13865436312/job/38803429081. Job log is here: job-logs.txt.

I copied the meta.yaml here:

{% set version = "1.1.0" %}

package:
  name: fqgrep
  version: {{ version }}

build:
  number: 0
  run_exports:
    - {{ pin_subpackage('fqgrep', max_pin="x") }}

source:
  url: https://github.com/fulcrumgenomics/fqgrep/archive/v{{ version }}.tar.gz
  sha256: 7be606f25f2241fc6d071276888cf7c82a8f8b4073dd5488e08a663e94715f48

requirements:
  build:
    - {{ compiler('cxx') }}
    - {{ compiler('rust') }}
    - rust >=1.60  
    - pkg-config
    - make
    - cmake
  host:
  run:

test:
  commands:
    - fqgrep --help

about:
  home: https://github.com/fulcrumgenomics/fqgrep
  license: MIT
  license_file: LICENSE
  summary: Search a pair of fastq files for reads that match a given ref or alt sequence

extra:
  recipe-maintainers:
    - nh13

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions