We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3719383 commit 33a229dCopy full SHA for 33a229d
1 file changed
recipe/meta.yaml
@@ -128,13 +128,13 @@ outputs:
128
string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}{{ linkage_nature }}{{ debug }} # ["conda-forge" not in (channel_targets or "")]
129
{% if 'conda-forge' in channel_targets %}
130
run_exports:
131
-{% if py_interp_debug == "yes" %}
132
- - python=*=*debug*
133
-{% endif %}
134
noarch:
135
- python
136
weak:
137
- python_abi {{ ver2 }}.* *_cp{{ ver2nd }}
+{% if py_interp_debug == "yes" %}
+ - python {{ ver2 }}.* *_debug_cpython
+{% endif %}
138
{% endif %}
139
script_env:
140
- PY_INTERP_LINKAGE_NATURE={{ linkage_nature_env }}
0 commit comments