-
Notifications
You must be signed in to change notification settings - Fork 114
/
rosdeps.yaml
89 lines (85 loc) · 1.44 KB
/
rosdeps.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Override the default key to get us Ogre 1.9 instead of 1.7.
libogre-dev:
osx:
homebrew:
packages: [ogre1.9]
# Use Gazebo 8 instead of 7.
gazebo7:
osx:
homebrew:
packages: [gazebo8]
libgazebo7-dev:
osx:
homebrew:
packages: [gazebo8]
# Don't try to install opencv3
opencv3:
osx:
homebrew:
packages: []
# Installing all this Python stuff from homebrew instead of pip
# means we get pre-built bottles and don't have to build it all
# each time.
python:
osx:
homebrew:
packages: [python]
pip:
packages: [pip, setuptools, nose]
python-matplotlib:
osx:
pip:
packages: [matplotlib]
python-numpy:
osx:
homebrew:
packages: [numpy]
python-scipy:
osx:
homebrew:
packages: [scipy]
python-wxtools:
osx:
homebrew:
packages: [wxmac]
# Zero out all the QT5 keys. We'll install it ourselves upfront.
libqt5-opengl-dev:
osx:
homebrew:
packages: []
libqt5-opengl:
osx:
homebrew:
packages: []
libqt5-core:
osx:
homebrew:
packages: []
python-qt5-bindings-gl:
osx:
homebrew:
packages: []
python-qt5-bindings-webkit:
osx:
homebrew:
packages: []
libqt5-gui:
osx:
homebrew:
packages: []
libqt5-widgets:
osx:
homebrew:
packages: []
qtbase5-dev:
osx:
homebrew:
packages: []
qt5-qmake:
osx:
homebrew:
packages: []
python-qt5-bindings:
osx:
homebrew:
packages: []