Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
morphodita
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
morphodita
Commits
1d6de98c
Commit
1d6de98c
authored
3 years ago
by
Mateusz Gniewkowski
Browse files
Options
Downloads
Plain Diff
Merge branch 'amqpcpp-dependency' into 'master'
Amqpcpp dependency See merge request
!1
parents
549a9439
c111bf0f
Branches
Branches containing commit
2 merge requests
!2
update wsnlp version
,
!1
Amqpcpp dependency
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
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
src/CMakeLists.txt
+0
-3
0 additions, 3 deletions
src/CMakeLists.txt
with
2 additions
and
4 deletions
Dockerfile
+
2
−
1
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/
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
0
−
3
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
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment