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
288c3991
Commit
288c3991
authored
Sep 27, 2021
by
Bartosz Ziemba
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into sgjp
parents
420319f5
a24ccf6f
Pipeline
#3770
passed with stage
in 3 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
Dockerfile
Dockerfile
+2
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-4
No files found.
Dockerfile
View file @
288c3991
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 @
288c3991
PROJECT
(
morphodita
)
cmake_minimum_required
(
VERSION 3.5.0
)
set
(
CMAKE_CXX_STANDARD 1
1
)
set
(
CMAKE_CXX_STANDARD 1
4
)
SET
(
CMAKE_CXX_FLAGS -pthread
)
set
(
CMAKE_MODULE_PATH
${
PROJECT_SOURCE_DIR
}
/CMakeScripts
)
...
...
@@ -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