convert boost to new rosdep syntax
This commit is contained in:
parent
1eefd85a98
commit
ced652c503
14
rosdep.yaml
14
rosdep.yaml
|
@ -63,11 +63,15 @@ bzip2:
|
|||
freebsd: bzip2
|
||||
boost:
|
||||
ubuntu:
|
||||
'11.04': libboost1.42-all-dev
|
||||
'10.10': libboost1.42-all-dev
|
||||
'10.04': libboost1.40-all-dev
|
||||
'9.10': libboost1.40-all-dev
|
||||
'9.04': libboost-date-time1.37-dev libboost-filesystem1.37-dev libboost-graph1.37-dev libboost-iostreams1.37-dev libboost-math1.37-dev libboost-program-options1.37-dev libboost-python1.37-dev libboost-regex1.37-dev libboost-serialization1.37-dev libboost-signals1.37-dev libboost-system1.37-dev libboost-test1.37-dev libboost-thread1.37-dev libboost-wave1.37-dev libboost1.37-dev
|
||||
lucid:
|
||||
apt:
|
||||
packages: [libboost1.40-all-dev]
|
||||
maverick:
|
||||
apt:
|
||||
packages: [libboost1.42-all-dev]
|
||||
natty:
|
||||
apt:
|
||||
packages: [libboost1.42-all-dev]
|
||||
debian:
|
||||
squeeze: libboost1.42-all-dev
|
||||
lenny: |
|
||||
|
|
Loading…
Reference in New Issue