Skip to content

Commit 87a2b46

Browse files
committed
Adding gcc and gxx to the conda-build config
1 parent 65f257c commit 87a2b46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
c_compiler: # [linux]
2+
- gcc # [linux]
3+
cxx_compiler: # [linux]
4+
- gxx # [linux]
5+
cxx_compiler_version: # [linux]
6+
- '14' # [linux]
17
c_stdlib: # [linux]
28
- sysroot # [linux]
39
c_stdlib_version: # [linux]

0 commit comments

Comments
 (0)