File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ cuda_compiler:
10
10
cuda11_compiler :
11
11
- nvcc
12
12
13
- sysroot_linux_64 :
13
+ c_stdlib :
14
+ - sysroot
15
+
16
+ c_stdlib_version :
14
17
- " 2.17"
15
18
16
19
cmake :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ requirements:
43
43
{% endif %}
44
44
- cuda-version ={{ cuda_version }}
45
45
- ninja
46
- - sysroot_ {{ target_platform }}
46
+ - {{ stdlib("c") }}
47
47
host :
48
48
{% if cuda_major != "11" %}
49
49
- cuda-cudart-dev
@@ -79,7 +79,7 @@ outputs:
79
79
- {{ compiler('cuda') }}
80
80
{% endif %}
81
81
- cuda-version ={{ cuda_version }}
82
- - sysroot_ {{ target_platform }}
82
+ - {{ stdlib("c") }}
83
83
- cmake
84
84
- ninja
85
85
host :
@@ -170,7 +170,7 @@ outputs:
170
170
- {{ compiler('cuda') }}
171
171
{% endif %}
172
172
- cuda-version ={{ cuda_version }}
173
- - sysroot_ {{ target_platform }}
173
+ - {{ stdlib("c") }}
174
174
- cmake
175
175
- ninja
176
176
host :
@@ -216,7 +216,7 @@ outputs:
216
216
{% endif %}
217
217
- cuda-version ={{ cuda_version }}
218
218
- ninja
219
- - sysroot_ {{ target_platform }}
219
+ - {{ stdlib("c") }}
220
220
host :
221
221
- python
222
222
- pip
You can’t perform that action at this time.
0 commit comments