-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathconda_build_config.yaml
56 lines (52 loc) · 1.21 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
49
50
51
52
53
54
55
gazebo:
- '11'
ogre:
- 1.10.12
setuptools:
- 69
numpy:
- 1.26
libprotobuf:
- 5.28.3
protobuf:
- 5.28.3
spdlog:
- 1.14
pyqt:
- 5.15
pyqtwebengine:
- 5.15
pyqtchart:
- 5.15
tinyxml2:
- 10.0
cdt_name:
- ${{ "cos7" if 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]