Skip to content

Commit 93d6b4d

Browse files
committed
Add conda_build_config.yaml
1 parent 032c348 commit 93d6b4d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

conda-recipe/conda_build_config.yaml

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

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ build:
1818
requirements:
1919
build:
2020
- {{ compiler('c') }}
21+
- {{ stdlib('c') }}
2122
host:
2223
- python
2324
- setuptools >=77

0 commit comments

Comments
 (0)