Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ediText
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
ediText
Commits
e2049c75
Commit
e2049c75
authored
4 years ago
by
Bartosz Ziemba
Committed by
Mateusz Gniewkowski
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Amqpcpp dependency
parent
cce6aace
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+0
-3
0 additions, 3 deletions
CMakeLists.txt
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
5 deletions
CMakeLists.txt
+
0
−
3
View file @
e2049c75
...
@@ -20,9 +20,6 @@ find_package(Boost COMPONENTS program_options random system thread filesystem ch
...
@@ -20,9 +20,6 @@ find_package(Boost COMPONENTS program_options random system thread filesystem ch
link_directories
(
${
Boost_LIBRARY_DIRS
}
)
link_directories
(
${
Boost_LIBRARY_DIRS
}
)
set
(
LIBS
${
LIBS
}
${
Boost_LIBRARIES
}
)
set
(
LIBS
${
LIBS
}
${
Boost_LIBRARIES
}
)
find_package
(
amqpcpp REQUIRED
)
set
(
LIBS
${
LIBS
}
amqpcpp
)
find_package
(
Threads
)
find_package
(
Threads
)
set
(
LIBS
${
LIBS
}
${
CMAKE_THREAD_LIBS_INIT
}
)
set
(
LIBS
${
LIBS
}
${
CMAKE_THREAD_LIBS_INIT
}
)
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
2
−
2
View file @
e2049c75
...
@@ -6,8 +6,8 @@ RUN apt-get update && \
...
@@ -6,8 +6,8 @@ RUN apt-get update && \
libboost-all-dev
\
libboost-all-dev
\
libicu-dev
\
libicu-dev
\
libloki-dev
\
libloki-dev
\
wsnlp
=
1.0.0
\
wsnlp
-16-04
\
pwrutils
\
pwrutils
\
toki
toki
WORKDIR
/home/install
WORKDIR
/home/install
...
...
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