Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nlpworkers
morphodita
Commits
1d6de98c
Commit
1d6de98c
authored
Mar 19, 2021
by
Mateusz Gniewkowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'amqpcpp-dependency' into 'master'
Amqpcpp dependency See merge request
!1
parents
549a9439
c111bf0f
Pipeline
#2754
failed with stage
in 1 minute and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Dockerfile
Dockerfile
+2
-1
src/CMakeLists.txt
src/CMakeLists.txt
+0
-3
No files found.
Dockerfile
View file @
1d6de98c
FROM
clarinpl/cpp
FROM
clarinpl/cpp
:16.04
RUN
apt update
&&
apt
install
wsnlp-16-04
WORKDIR
/home/install
COPY
src/ src/
...
...
src/CMakeLists.txt
View file @
1d6de98c
...
...
@@ -15,9 +15,6 @@ find_package(Boost COMPONENTS program_options system thread filesystem)
link_directories
(
${
Boost_LIBRARY_DIRS
}
)
set
(
LIBS
${
LIBS
}
${
Boost_LIBRARIES
}
)
find_package
(
amqpcpp REQUIRED
)
set
(
LIBS
${
LIBS
}
amqpcpp
)
add_executable
(
morphodita morphoDita_service.cpp unmerge.cpp
)
target_link_libraries
(
morphodita
${
LIBS
}
)
...
...
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