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 40a0cbe commit 29b23b0Copy full SHA for 29b23b0
recipe/meta.yaml
@@ -70,8 +70,6 @@ build:
70
number: {{ build }}
71
# cuda 11.8 was dropped due to maintenance effort, see discussion in #177
72
skip: true # [cuda_compiler_version == "11.8"]
73
- # temporary
74
- skip: true # [not (linux64 and cuda_compiler_version != "None")]
75
# This logic allows two rc variants to be defined in the conda_build_config, but only one to actually be built.
76
# We want to be able to define two variants in the cbc so we can assign different labels to each in the upload channel
77
# (by zipping is_rc with channel_targets). This prevents rc builds being used unless specifically requested.
0 commit comments