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 032c348 commit 93d6b4dCopy full SHA for 93d6b4d
conda-recipe/conda_build_config.yaml
@@ -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
conda-recipe/meta.yaml
@@ -18,6 +18,7 @@ build:
18
requirements:
19
build:
20
- {{ compiler('c') }}
21
+ - {{ stdlib('c') }}
22
host:
23
- python
24
- setuptools >=77
0 commit comments