We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4ed5a commit 4f13ea7Copy full SHA for 4f13ea7
recipe/meta.yaml
@@ -87,6 +87,7 @@ outputs:
87
build:
88
- {{ compiler('cxx') }} # needed for DSO checker
89
- {{ stdlib('c') }} # needed for DSO checker
90
+ - {{ compiler('cuda') }}
91
host:
92
- cuda-version {{ cuda_compiler_version }} # same cuda for host and build
93
- cuda-cudart-dev # [(cuda_compiler_version or "").startswith("12")]
@@ -117,6 +118,7 @@ outputs:
117
118
119
120
121
122
123
124
0 commit comments