Skip to content

Commit 4f13ea7

Browse files
authored
Update meta.yaml
1 parent ee4ed5a commit 4f13ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipe/meta.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ outputs:
8787
build:
8888
- {{ compiler('cxx') }} # needed for DSO checker
8989
- {{ stdlib('c') }} # needed for DSO checker
90+
- {{ compiler('cuda') }}
9091
host:
9192
- cuda-version {{ cuda_compiler_version }} # same cuda for host and build
9293
- cuda-cudart-dev # [(cuda_compiler_version or "").startswith("12")]
@@ -117,6 +118,7 @@ outputs:
117118
build:
118119
- {{ compiler('cxx') }} # needed for DSO checker
119120
- {{ stdlib('c') }} # needed for DSO checker
121+
- {{ compiler('cuda') }}
120122
host:
121123
- cuda-version {{ cuda_compiler_version }} # same cuda for host and build
122124
- cuda-cudart-dev # [(cuda_compiler_version or "").startswith("12")]

0 commit comments

Comments
 (0)