Skip to content

Commit 688b5dd

Browse files
committed
Move dependencies creation to package_info and add dependencies to git
1 parent 8bde832 commit 688b5dd

File tree

136 files changed

+2307
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+2307
-17
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ addons:
144144
- qt55tools
145145
- qt55graphicaleffects
146146
- libopencv-dev
147-
147+
- libmetis-dev
148148
- mesa-common-dev
149149
- libglu1-mesa-dev
150150
# Not allowed (yet)

.travis/template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ addons:
4949
- qt55tools
5050
- qt55graphicaleffects
5151
- libopencv-dev
52-
52+
- libmetis-dev
5353
- mesa-common-dev
5454
- libglu1-mesa-dev
5555
# Not allowed (yet)

.travis/test_package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
22

3-
#Will cd $1 and test packge named $2
3+
#Will cd $1 and test package named $2
44
#to find out if it or one of its dependencies has changed in the current branch
55

66
DO_IGNORE=FALSE
77
cd $1
88

99
LIST_OF_FILES=$(git diff --name-only origin/master |cut -d/ -f1 |uniq |sort)
10-
LIST_OF_DEPS=$(cat "$2/dependencies")
10+
LIST_OF_DEPS=$(cat "$2/package_info/$ARG/dependencies")
1111
echo "$LIST_OF_DEPS"
1212
for flie in $LIST_OF_DEPS
1313
do
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
AABB_tree
3+
Algebraic_foundations
4+
BGL
5+
Cartesian_kernel
6+
Circulator
7+
Distance_2
8+
Installation
9+
Intersections_2
10+
Intersections_3
11+
Interval_support
12+
Kernel_23
13+
Modular_arithmetic
14+
Number_types
15+
Profiling_tools
16+
Property_map
17+
STL_Extension
18+
Spatial_searching
19+
Stream_support
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
Advancing_front_surface_reconstruction
3+
Algebraic_foundations
4+
Arithmetic_kernel
5+
BGL
6+
Cartesian_kernel
7+
Circulator
8+
Distance_2
9+
Distance_3
10+
Filtered_kernel
11+
HalfedgeDS
12+
Hash_map
13+
Homogeneous_kernel
14+
Installation
15+
Intersections_2
16+
Intersections_3
17+
Interval_support
18+
Kernel_23
19+
Kernel_d
20+
Modifier
21+
Modular_arithmetic
22+
Number_types
23+
Polygon
24+
Polyhedron
25+
Polyhedron_IO
26+
Profiling_tools
27+
Property_map
28+
STL_Extension
29+
Spatial_sorting
30+
Stream_support
31+
TDS_2
32+
TDS_3
33+
Triangulation_2
34+
Triangulation_3
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
Algebraic_foundations
3+
Installation
4+
Interval_support
5+
Kernel_23
6+
Modular_arithmetic
7+
Number_types
8+
Profiling_tools
9+
STL_Extension
10+
Stream_support
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
Algebraic_foundations
3+
Algebraic_kernel_d
4+
Arithmetic_kernel
5+
CGAL_Core
6+
Circulator
7+
Installation
8+
Interval_support
9+
Kernel_23
10+
Modular_arithmetic
11+
Number_types
12+
Polynomial
13+
Profiling_tools
14+
Random_numbers
15+
STL_Extension
16+
Stream_support
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
Algebraic_foundations
3+
Algebraic_kernel_for_circles
4+
Arithmetic_kernel
5+
Filtered_kernel
6+
Installation
7+
Interval_support
8+
Kernel_23
9+
Modular_arithmetic
10+
Number_types
11+
Profiling_tools
12+
STL_Extension
13+
Stream_support
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
Algebraic_foundations
3+
Algebraic_kernel_for_spheres
4+
Arithmetic_kernel
5+
Filtered_kernel
6+
Installation
7+
Interval_support
8+
Kernel_23
9+
Modular_arithmetic
10+
Number_types
11+
Profiling_tools
12+
STL_Extension
13+
Stream_support
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
Algebraic_foundations
3+
Alpha_shapes_2
4+
Arithmetic_kernel
5+
Cartesian_kernel
6+
Filtered_kernel
7+
Hash_map
8+
Homogeneous_kernel
9+
Installation
10+
Interval_support
11+
Kernel_23
12+
Modular_arithmetic
13+
Number_types
14+
Profiling_tools
15+
STL_Extension
16+
Stream_support
17+
TDS_2
18+
Triangulation_2

0 commit comments

Comments
 (0)