We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a2b46 commit b3e9c3eCopy full SHA for b3e9c3e
conda-recipe/conda_build_config.yaml
@@ -8,3 +8,9 @@ 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
conda-recipe/meta.yaml
@@ -19,6 +19,7 @@ build:
19
requirements:
20
build:
21
- {{ compiler('c') }}
22
+ - {{ stdlib('c') }}
23
host:
24
- python
25
- pip >=25.0
0 commit comments