We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7190d0b commit 576a572Copy full SHA for 576a572
recipe/meta.yaml
@@ -85,6 +85,7 @@ outputs:
85
build:
86
- {{ compiler('cxx') }} # needed for DSO checker
87
- {{ stdlib('c') }} # needed for DSO checker
88
+ - {{ compiler('cuda') }}
89
host:
90
- cuda-version {{ cuda_compiler_version }} # same cuda for host and build
91
- cuda-cudart-dev # [(cuda_compiler_version or "").startswith("12")]
@@ -113,6 +114,7 @@ outputs:
113
114
115
116
117
118
119
120
0 commit comments