-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.cfg
114 lines (68 loc) · 2.11 KB
/
base.cfg
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Various OpenCV dependencies
# ===========================
#
#
[downloads]
zlib = http://prdownloads.sourceforge.net/libpng/zlib-1.2.6.tar.gz?download
libjpeg = http://sourceforge.net/projects/libjpeg/files/libjpeg/6b/jpegsrc.v6b.tar.gz/download
libpng = http://sourceforge.net/projects/libpng/files/libpng15/1.5.9/libpng-1.5.9.tar.gz/download
libtiff = ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.1.tar.gz
libjasper =
IlmImf =
libgstreamer =
libv4l =
libxine =
unicap =
libdc1394 =
ffmpeg =
tbb = http://threadingbuildingblocks.org/uploads/77/182/4.0%20update%203/tbb40_20120201oss_src.tgz
qt =
ipp =
cuda =
cmake = http://www.cmake.org/files/v2.8/cmake-2.8.7.tar.gz
opencvstable = http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.3/OpenCV-2.3.0.tar.bz2/download
opencv21 = http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.1/OpenCV-2.1.0.tar.bz2/download
boost =
pyopencv = http://pyopencv.googlecode.com/files/pyopencv-2.1.0.wr1.2.0.tar.gz
[zlib]
recipe = hexagonit.recipe.cmmi
url = ${downloads:zlib}
[libjpeg]
#still problems when installing this
recipe = hexagonit.recipe.cmmi
url = ${downloads:libjpeg}
[libpng]
#not getting the link to the local zlib yet
recipe = hexagonit.recipe.cmmi
url = ${downloads:libpng}
configure-options =
--with-zlib-prefix=${buildout:directory}/parts/zlib/
[libtiff]
#not getting the link to the local libjpeg yet
#http://www.libtiff.org/build.html
recipe = hexagonit.recipe.cmmi
url = ${downloads:libtiff}
configure-options =
--with-zlib
--with-zlib-include-dir=${buildout:directory}/parts/zlib/include/
--with-zlib-lib-dir=${buildout:directory}/parts/zlib/lib/
# --with-jpeg
# --with-jpeg-include-dir=${buildout:directory}/parts/libjpeg/include/
# --with-jpeg-lib-dir=${buildout:directory}/parts/libjpeg/lib/
[libjasper]
[IlmImf]
[libgstreamer]
[libv4l]
[libxine]
[unicap]
[libdc1394]
[ffmpeg]
[tbb]
recipe = hexagonit.recipe.cmmi
url = ${downloads:tbb}
configure-command = make
# see build instructions included in tbb, for possible make targets and parameters
make-targets = tbb tbbmalloc
[qt]
[ipp]
[cuda]