We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30efc9c commit efac9a4Copy full SHA for efac9a4
conda-recipe/meta.yaml
@@ -52,7 +52,11 @@ outputs:
52
# Output #2: Noarch Python wrapper (aligncount_demo)
53
# ---------------------------------------------------------
54
- name: aligncount
55
- noarch: python
+ build:
56
+ noarch: python
57
+ script: |
58
+ cd cli
59
+ python -m pip install . --no-deps --ignore-installed --prefix=$PREFIX
60
61
requirements:
62
build:
@@ -67,10 +71,6 @@ outputs:
67
71
- python >=3.9,<3.14
68
72
- {{ pin_subpackage("aligncount_cpp", exact=True) }}
69
73
70
- script: |
- cd cli
- $PYTHON -m pip install . --no-deps --ignore-installed --prefix=$PREFIX
-
74
75
about:
76
home: {{ REPO_HOME }}
0 commit comments