Skip to content

Commit

Permalink
fix run_exports to get_mnv recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Paururo committed Oct 5, 2024
1 parent 1dcc3da commit 48bb441
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions recipes/get_mnv/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,17 @@ source:
build:
number: 0
script: "cargo install --no-track --locked --verbose --root \"${PREFIX}\" --path ."

requirements:
build:
- {{ compiler('rust') }}
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}
- {{ pin_subpackage(name, max_pin="x") }} # Asegura que el paquete sea correctamente versionado en futuras dependencias

requirements:
build:
- {{ compiler('rust') }}

test:
commands:
- get_mnv --help # Asegúrate de que `get_mnv` sea el nombre del binario


about:
home: https://github.com/PathoGenOmics-Lab/get_mnv
license: GPL-3.0
Expand Down

0 comments on commit 48bb441

Please sign in to comment.