-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathconda_build_config.yaml
48 lines (44 loc) · 1.15 KB
/
conda_build_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
numpy:
- 1.26
libprotobuf:
- 5.28.2
protobuf:
- 5.28.2
spdlog:
- 1.14
pugixml:
- '1.14'
cdt_name: # [linux]
- conda # [linux]
python:
- 3.11.* *_cpython
python_impl:
- cpython
c_compiler:
- gcc # [linux]
- clang # [osx]
- vs2019 # [win and x86_64]
- vs2022 # [win and arm64]
c_compiler_version: # [unix]
- 13 # [linux]
- 18 # [osx]
c_stdlib:
- sysroot # [linux]
- macosx_deployment_target # [osx]
- vs # [win]
c_stdlib_version: # [unix]
- 2.17 # [linux]
- 10.13 # [osx and x86_64]
- 11.0 # [osx and arm64]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
- vs2019 # [win and x86_64]
- vs2022 # [win and arm64]
cxx_compiler_version: # [unix]
- 13 # [linux]
- 18 # [osx]
libzenohc:
- 1.1.1
libzenohcxx:
- 1.1.1