forked from ros/rosdistro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conan.yaml
45 lines (43 loc) · 969 Bytes
/
conan.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
# https://docs.ros.org/en/independent/api/rosdep/html/rosdep_yaml_format.html
# ROSDEP_NAME:
# OS_NAME1:
# PACKAGE_MANAGER1:
# PACKAGE_ARGUMENTS_A
# OS_NAME2:
# PACKAGE_MANAGER2:
# PACKAGE_ARGUMENTS_A
#
# package.xml not prepared for versioned dependencies:
# https://robotics.stackexchange.com/questions/98835/rosdep-install-specific-version-of-dependencies
#
# Source list: https://docs.ros.org/en/independent/api/rosdep/html/sources_list.html
conan_boost:
ubuntu:
conan:
packages: [boost/1.84.0]
osx:
conan:
packages: [boost/1.84.0]
windows:
conan:
packages: [boost/1.84.0]
conan_box2d:
ubuntu:
conan:
packages: [box2d/2.3.1]
osx:
conan:
packages: [box2d/2.3.1]
windows:
conan:
packages: [box2d/2.3.1]
conan_zlib:
ubuntu:
conan:
packages: [zlib/1.3.1]
osx:
conan:
packages: [zlib/1.3.1]
windows:
conan:
packages: [zlib/1.3.1]