Skip to content

Commit 3333c00

Browse files
committed
Add standard libraries to be specified in conda_build_config.yaml
1 parent e8ebfc7 commit 3333c00

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
numpy:
2-
- 1.23
2+
- '1.23'
3+
c_compiler: # [linux]
4+
- gcc # [linux]
5+
cxx_compiler: # [linux]
6+
- gxx # [linux]
7+
cxx_compiler_version: # [linux]
8+
- '14' # [linux]
9+
c_stdlib: # [linux]
10+
- sysroot # [linux]
11+
c_stdlib_version: # [linux]
12+
- '2.28' # [linux]
13+
c_stdlib: # [win]
14+
- vs # [win]
15+
cxx_compiler: # [win]
16+
- vs2022 # [win]
17+
c_compiler: # [win]
18+
- vs2022 # [win]

0 commit comments

Comments
 (0)