Skip to content

Commit 8f9d909

Browse files
committed
add conda-build config to conda-forge recipe and update VS
1 parent 753924a commit 8f9d909

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

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/conda_build_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ c_stdlib_version: # [linux]
1111
c_stdlib: # [win]
1212
- vs # [win]
1313
cxx_compiler: # [win]
14-
- vs2017 # [win]
14+
- vs2022 # [win]
1515
c_compiler: # [win]
16-
- vs2017 # [win]
16+
- vs2022 # [win]

0 commit comments

Comments
 (0)