Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
2b8c3b48
Commit
2b8c3b48
authored
Jun 19, 2019
by
Alessio Netti
Browse files
Fixing install path of OpenCV libs
parent
8f587c0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2b8c3b48
...
...
@@ -261,7 +261,7 @@ $(DCDBDEPSPATH)/net-snmp-$(NET-SNMP_VERSION)/.installed: $(DCDBDEPSPATH)/net-snm
$(DCDBDEPSPATH)/opencv-$(OPENCV_VERSION)/.built
:
$(DCDBDEPSPATH)/opencv-$(OPENCV_VERSION)/.patched
@
echo
""
@
echo
"Building OpenCV library..."
cd
$
(
@D
)
&&
mkdir
build
&&
cd
build
&&
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
$(DCDBDEPLOYPATH)
-DINSTALL_C_EXAMPLES
=
OFF
-DBUILD_EXAMPLES
=
OFF
-DBUILD_LIST
=
core,dnn,features2d,flann,gapi,ml ..
cd
$
(
@D
)
&&
mkdir
build
&&
cd
build
&&
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
$(DCDBDEPLOYPATH)
-DCMAKE_INSTALL_LIBDIR
=
lib
-DINSTALL_C_EXAMPLES
=
OFF
-DBUILD_EXAMPLES
=
OFF
-DBUILD_LIST
=
core,dnn,features2d,flann,gapi,ml ..
cd
$
(
@D
)
&&
cd
build
&&
make
-j
$(MAKETHREADS)
&&
touch
$
(
@
)
$(DCDBDEPSPATH)/opencv-$(OPENCV_VERSION)/.installed
:
$(DCDBDEPSPATH)/opencv-$(OPENCV_VERSION)/.built | $(DCDBDEPLOYPATH)
...
...
analytics/config/job_aggregator.conf
0 → 100644
View file @
2b8c3b48
template_aggregator
def1
{
interval
1000
minValues
3
duplicate
false
streaming
true
}
aggregator
avg1
{
default
def1
window
2000
input
{
sensor
"<bottomup>col_user"
sensor
"<bottomup 1>MemFree"
}
output
{
;
In
this
case
"bottomup 1"
is
the
sensor
tree
level
associated
to
compute
nodes
sensor
"<bottomup 1>sum"
{
mqttsuffix
/
sum
operation
sum
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment