Skip to content

Commit 890c41d

Browse files
committed
fix
1 parent f91f30a commit 890c41d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conda-recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ outputs:
3737
# ---------------------------------------------------------
3838
# Output #1: Arch‐specific C++ executable (aligncount-cpp)
3939
# ---------------------------------------------------------
40-
- name: {{ name }}_cpp
40+
- name: aligncount_cpp
4141
requirements:
4242
host:
4343
- {{ compiler("cxx") }}
@@ -51,7 +51,7 @@ outputs:
5151
# ---------------------------------------------------------
5252
# Output #2: Noarch Python wrapper (aligncount_demo)
5353
# ---------------------------------------------------------
54-
- name: {{ name }}
54+
- name: aligncount
5555
noarch: python
5656

5757
requirements:
@@ -65,7 +65,7 @@ outputs:
6565
- setuptools
6666
run:
6767
- python >=3.9,<3.14
68-
- {{ pin_subpackage(name + "_cpp", exact=True) }}
68+
- {{ pin_subpackage(aligncount_cpp, exact=True) }}
6969

7070
script: |
7171
cd cli

0 commit comments

Comments
 (0)