File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments