Skip to content

Commit 210cead

Browse files
committed
BLD: Need cudatoolkit for CUDA 11
1 parent 7190d0b commit 210cead

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
@@ -85,6 +85,7 @@ outputs:
8585
build:
8686
- {{ compiler('cxx') }} # needed for DSO checker
8787
- {{ stdlib('c') }} # needed for DSO checker
88+
- {{ compiler('cuda') }}
8889
host:
8990
- cuda-version {{ cuda_compiler_version }} # same cuda for host and build
9091
- cuda-cudart-dev # [(cuda_compiler_version or "").startswith("12")]
@@ -113,6 +114,7 @@ outputs:
113114
build:
114115
- {{ compiler('cxx') }} # needed for DSO checker
115116
- {{ stdlib('c') }} # needed for DSO checker
117+
- {{ compiler('cuda') }}
116118
host:
117119
- cuda-version {{ cuda_compiler_version }} # same cuda for host and build
118120
- cuda-cudart-dev # [(cuda_compiler_version or "").startswith("12")]

0 commit comments

Comments
 (0)