File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -242,13 +242,15 @@ Compilers
242
242
243
243
Compilers are dependencies with a special syntax and are always added to ``requirements/build ``.
244
244
245
- There are currently three supported compilers:
245
+ There are currently five supported compilers:
246
246
247
247
- C
248
248
- cxx
249
249
- Fortran
250
+ - Go
251
+ - Rust
250
252
251
- A package that needs all three compilers would define
253
+ A package that needs all five compilers would define
252
254
253
255
.. code-block :: yaml
254
256
@@ -257,6 +259,8 @@ A package that needs all three compilers would define
257
259
- {{ compiler('c') }}
258
260
- {{ compiler('cxx') }}
259
261
- {{ compiler('fortran') }}
262
+ - {{ compiler('go') }}
263
+ - {{ compiler('rust') }}
260
264
261
265
.. note ::
262
266
You can’t perform that action at this time.
0 commit comments