Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
362def1d
Commit
362def1d
authored
3 years ago
by
Jan David Mol
Browse files
Options
Downloads
Plain Diff
Merge branch '
L2SS-329
-User_repository_version_of_open62541_lib' into 'master'
L2SS-329
: Use repository version of open62541 lib Closes
L2SS-329
See merge request
!90
parents
29dd72ae
7252bc01
No related branches found
No related tags found
1 merge request
!90
L2SS-329: Use repository version of open62541 lib
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose/sdptr-sim/Dockerfile
+5
-11
5 additions, 11 deletions
docker-compose/sdptr-sim/Dockerfile
with
5 additions
and
11 deletions
docker-compose/sdptr-sim/Dockerfile
+
5
−
11
View file @
362def1d
FROM
ubuntu:20.04
FROM
ubuntu:20.04
# Install build tools for sdptr and the C language OPC-UA lib
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
autoconf automake git make g++ build-essential pkg-config cmake python liburcu-dev libmbedtls-dev libsubunit-dev libboost-dev libboost-regex-dev libboost-system-dev libboost-program-options-dev
&&
\
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
software-properties-common
&&
\
DEBIAN_FRONTEND
=
noninteractive add-apt-repository ppa:open62541-team/ppa
&&
\
apt-get update
&&
\
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
autoconf automake git make g++ build-essential pkg-config libboost-dev libboost-regex-dev libboost-system-dev libboost-program-options-dev libopen62541-1-dev libopen62541-1-tools
&&
\
apt-get clean
apt-get clean
# Install OPC-UA lib
RUN
git clone
--depth
1
--branch
1.2 https://github.com/open62541/open62541
&&
\
cd
/open62541
&&
\
git submodule update
--init
--recursive
&&
\
mkdir
build
&&
cd
build
&&
\
bash
-c
"cmake .. -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUA_NAMESPACE_ZERO=FULL -DUA_MULTITHREADING=100 && make -j
`
nproc
`
install"
# Update shared library cache
RUN
ldconfig
# Install SDPTR
# Install SDPTR
RUN
cd
/
&&
git clone
--depth
1
--branch
master https://git.astron.nl/lofar2.0/sdptr
RUN
cd
/
&&
git clone
--depth
1
--branch
master https://git.astron.nl/lofar2.0/sdptr
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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