Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Ubuntu-Geant4-Image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GeoModelDev
Ubuntu-Geant4-Image
Commits
d3faae65
Commit
d3faae65
authored
10 months ago
by
Johannes Junggeburth
Browse files
Options
Downloads
Patches
Plain Diff
build coin in subdir
parent
29b312ac
No related branches found
No related tags found
1 merge request
!1
Update image to 24.04 LTS (originally was: 24.10)
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+8
-6
8 additions, 6 deletions
Dockerfile
with
8 additions
and
6 deletions
Dockerfile
+
8
−
6
View file @
d3faae65
...
...
@@ -21,8 +21,8 @@ RUN apt-get update -qq && \
mercurial
\
nlohmann-json3-dev
\
libexpat1-dev
\
libssl-dev
\
apt-utils
&&
\
apt-utils
\
libssl-dev
&&
\
apt-get clean all
### Install tzdata package
...
...
@@ -69,17 +69,19 @@ RUN wget -O xerces-c.tar.gz https://github.com/apache/xerces-c/archive/refs/tags
RUN
apt-get update
&&
apt-get
install
-y
mesa-utils build-essential libgl1-mesa-dev
### Install Coin
RUN
pwd
&&
\
ls
&&
\
RUN
mkdir
-p
build_coin
&&
\
cd
build_coin
\
wget https://github.com/coin3d/coin/releases/download/Coin-
${
Coin_VERSION
}
/coin-
${
Coin_VERSION
}
-src
.tar.gz
&&
\
tar
-xzf
coin-
${
Coin_VERSION
}
-src
.tar.gz
&&
\
ls
-lh
&&
\
mv
coin-sources/
*
coin
&&
\
mkdir
build
_coin
&&
\
mkdir
build
&&
\
cd
build_coin
&&
\
cmake
-DCMAKE_BUILD_TYPE
=
Debug
-DCMAKE_INSTALL_PREFIX
=
$INSTALL_DIR
../coin
&&
\
make
-j4
&&
\
make
install
make
install
&&
\
cd
../..
&&
\
rm
-rf
build_coin
### Install soqt
RUN
pwd
;
ls
&&
\
...
...
...
...
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
sign in
to comment