forked from rock-simulation/simulation-package_set
-
Notifications
You must be signed in to change notification settings - Fork 0
/
source.yml
82 lines (68 loc) · 2.71 KB
/
source.yml
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
name: rock.simulation
imports:
- github: rock-core/rock-package_set
- github: rock-core/package_set
- github: dfki-ric/bagel_package_set
version_control:
#interactive true means no multi-threaded pulls from this git repo
- simulation/mars/.*:
github: rock-simulation/mars
interactive: true
- simulation/lib_manager:
github: rock-simulation/lib_manager.git
branch: $ROCK_FLAVOR
- simulation/smurf_parser:
github: rock-simulation/smurf_parser.git
branch: $ROCK_FLAVOR
- tools/configmaps:
github: rock-simulation/configmaps.git
branch: $ROCK_FLAVOR
- simulation/orogen/.*:
github: rock-simulation/simulation-orogen-$PACKAGE_BASENAME.git
branch: $ROCK_FLAVOR
#Interrim soluation to not keep two separate repositorys for the same package
- simulation/orogen/mars_core:
github: rock-simulation/simulation-orogen-mars.git
branch: $ROCK_FLAVOR
- simulation/ode:
type: archive
url: http://freefr.dl.sourceforge.net/project/opende/ODE/0.12/ode-0.12.tar.bz2
patches:
#WARNING, DO NOT CHANGE THE ORDER OF THE PATCHES
- $AUTOPROJ_SOURCE_DIR/ode-0.12-va_end.patch
- $AUTOPROJ_SOURCE_DIR/ode-0.12-lambda.patch
- $AUTOPROJ_SOURCE_DIR/ode-0.12-export_joint_internals.patch
- $AUTOPROJ_SOURCE_DIR/ode-0.12-abort.patch
- $AUTOPROJ_SOURCE_DIR/ode-0.12-osx.patch
- $AUTOPROJ_SOURCE_DIR/ode-0.12-heightfield.patch
update_cached_file: false
- simulation/ode-16:
type: git
url: https://bitbucket.org/odedevs/ode.git
tag: 0.16
patches:
#WARNING, DO NOT CHANGE THE ORDER OF THE PATCHES
- $AUTOPROJ_SOURCE_DIR/ode-0.16-lambda.patch
#- $AUTOPROJ_SOURCE_DIR/ode-0.12-export_joint_internals.patch
- $AUTOPROJ_SOURCE_DIR/ode-0.16-abort.patch
#- $AUTOPROJ_SOURCE_DIR/ode-0.12-osx.patch
- $AUTOPROJ_SOURCE_DIR/ode-0.16-heightfield.patch
- external/minizip:
type: archive
no_subdirectory: true
url: http://www.winimage.com/zLibDll/unzip101e.zip
patches:
#WARNING, DO NOT CHANGE THE ORDER OF THE PATCHES
- [$AUTOPROJ_SOURCE_DIR/minizip.patch, 1]
# - [$AUTOPROJ_SOURCE_DIR/minizip_unzip.patch, 1]
update_cached_file: false
- models/robots/.*:
github: rock-simulation/$PACKAGE_BASENAME.git
- models/environments/.*:
github: rock-simulation/$PACKAGE_BASENAME.git
- simulation/mars_extensions/data_broker_graph_view:
github: rock-simulation/data_broker_graph_view.git
branch: $ROCK_FLAVOR
- external/osgQt:
github: rock-simulation/osgQt.git
branch: topic/Qt4