Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
200d582e
Commit
200d582e
authored
Sep 12, 2019
by
Alessio Netti
Browse files
Analytics: list of operator plugins to be compiled moved to config.mk
parent
27121a0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
analytics/Makefile
View file @
200d582e
...
...
@@ -5,8 +5,6 @@ CXXFLAGS += -DBOOST_NETWORK_ENABLE_HTTPS -I../common/include -I$(DCDBDEPLOYPATH)
LIBS
=
-L
../lib
-L
$(DCDBDEPLOYPATH)
/lib/
-ldl
-lboost_system
-lboost_thread
-lboost_log_setup
-lboost_log
-lboost_regex
-lpthread
-rdynamic
OPERATORS
=
aggregator regressor job_aggregator testeroperator filesink smucngperf persystsql
ifeq
($(OS),Darwin)
BACNET_PORT
=
bsd
LIBEXT
=
dylib
...
...
config.mk
View file @
200d582e
...
...
@@ -5,6 +5,9 @@ DCDBDEPLOYPATH ?= $(DCDBBASEPATH)/install
# dcdbpusher plugins to be built
PLUGINS
=
procfs pdu sysfs ipmi bacnet snmp gpfsmon msr tester
# data analytics plugins to be built
OPERATORS
=
aggregator regressor job_aggregator testeroperator filesink smucngperf persystsql
DEFAULT_VERSION
=
0.3
GIT_VERSION
=
$(
shell
git describe
--tags
2>/dev/null|sed
's/-\([0-9]*\)/.\1/'
)
VERSION
:=
$(
if
$(GIT_VERSION)
,
$(GIT_VERSION)
,
$(DEFAULT_VERSION)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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