File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ source:
6767
6868build :
6969 number : {{ build }}
70+ # debug
71+ skip : true # [not win]
7072 # This logic allows two rc variants to be defined in the conda_build_config, but only one to actually be built.
7173 # We want to be able to define two variants in the cbc so we can assign different labels to each in the upload channel
7274 # (by zipping is_rc with channel_targets). This prevents rc builds being used unless specifically requested.
@@ -232,6 +234,7 @@ outputs:
232234 string : cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_py{{ CONDA_PY }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version != "None"]
233235 string : cpu_{{ blas_impl }}_py{{ CONDA_PY }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version == "None"]
234236 detect_binary_files_with_prefix : false
237+ skip : true # [py!=312]
235238 run_exports :
236239 - {{ pin_subpackage('pytorch', max_pin='x.x') }}
237240 - {{ pin_subpackage('libtorch', max_pin='x.x') }}
@@ -335,6 +338,7 @@ outputs:
335338 string : cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_py{{ CONDA_PY }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version != "None"]
336339 string : cpu_{{ blas_impl }}_py{{ CONDA_PY }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version == "None"]
337340 detect_binary_files_with_prefix : false
341+ skip : true # [py!=312]
338342 requirements :
339343 host :
340344 - python
You can’t perform that action at this time.
0 commit comments