Skip to content

Commit

Permalink
clean up recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 22, 2024
1 parent 63e7950 commit aeac548
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions recipes/pyfastani/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ source:

build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv "
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- 'cmake >=3.20'
- cmake >=3.20
- make
host:
- python
Expand All @@ -29,7 +29,6 @@ requirements:
- scikit-build-core
run:
- python
- zlib

test:
imports:
Expand All @@ -40,9 +39,11 @@ test:
about:
home: https://github.com/althonos/pyfastani
license: MIT
license_family: MIT
license_file: COPYING
summary: Cython bindings and Python interface to FastANI, a method for fast whole-genome similarity estimation..
doc_url: https://pyfastani.readthedocs.org/
summary: "Cython bindings and Python interface to FastANI, a method for fast whole-genome similarity estimation."
doc_url: https://pyfastani.readthedocs.org
dev_url: https://github.com/althonos/pyfastani

extra:
additional-platforms:
Expand Down

0 comments on commit aeac548

Please sign in to comment.