Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
otb-build-env
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Main Repositories
otb-build-env
Commits
6499ed6b
Commit
6499ed6b
authored
3 years ago
by
Thibaut ROMAIN
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Add dependencies needed to build QT 5.15 in ubuntu and centos
parent
e34ca664
No related branches found
Branches containing commit
Tags
7.4.0
No related merge requests found
Pipeline
#8701
passed
3 years ago
Stage: build
Changes
2
Pipelines
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
centos-superbuild-base/Dockerfile
+10
-0
10 additions, 0 deletions
centos-superbuild-base/Dockerfile
ubuntu-superbuild-base/Dockerfile
+17
-1
17 additions, 1 deletion
ubuntu-superbuild-base/Dockerfile
with
27 additions
and
1 deletion
centos-superbuild-base/Dockerfile
+
10
−
0
View file @
6499ed6b
...
@@ -14,4 +14,14 @@ RUN touch /var/lib/rpm/* \
...
@@ -14,4 +14,14 @@ RUN touch /var/lib/rpm/* \
libXi libXi-devel
\
libXi libXi-devel
\
libXinerama libXinerama-devel
\
libXinerama libXinerama-devel
\
libXrandr libXrandr-devel
\
libXrandr libXrandr-devel
\
libpng-devel
\
libjpeg-devel
\
libxcb-devel
\
libxkbcommon-devel
\
libxkbcommon-x11-devel
\
xcb-util-devel
\
xcb-util-image-devel
\
xcb-util-keysyms-devel
\
xcb-util-renderutil-devel
\
xcb-util-wm-devel
\
&&
yum clean all
&&
yum clean all
This diff is collapsed.
Click to expand it.
ubuntu-superbuild-base/Dockerfile
+
17
−
1
View file @
6499ed6b
FROM
otb-ubuntu-base:18.04
FROM
registry.orfeo-toolbox.org/orfeotoolbox/otb-build-env/
otb-ubuntu-base:18.04
ENV
DEBIAN_FRONTEND noninteractive
ENV
DEBIAN_FRONTEND noninteractive
...
@@ -24,6 +24,22 @@ RUN apt-get update -y \
...
@@ -24,6 +24,22 @@ RUN apt-get update -y \
libxrandr-dev
\
libxrandr-dev
\
libxinerama-dev
\
libxinerama-dev
\
libxcursor-dev
\
libxcursor-dev
\
libxcb1-dev
\
libxcb-util-dev
\
libxcb-util1
\
libxcb-randr0-dev
\
libxcb-util0-dev
\
libxcb-icccm4-dev
\
libxcb-shm0-dev
\
libxcb-sync-dev
\
libxcb-xfixes0-dev
\
libxcb-shape0-dev
\
libxcb-image0-dev
\
libxcb-keysyms1-dev
\
libxcb-render-util0-dev
\
libxkbcommon-x11-dev
\
libxkbcommon-dev
\
libx11-xcb-dev
\
swig
\
swig
\
libomp-dev
\
libomp-dev
\
libopenmpi-dev
\
libopenmpi-dev
\
...
...
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