Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
image_recipes
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Wouter Deconinck
image_recipes
Commits
93883837
Commit
93883837
authored
5 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: dd4hep_base/Dockerfile
parent
81111cb2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dd4hep_base/Dockerfile
+6
-4
6 additions, 4 deletions
dd4hep_base/Dockerfile
with
6 additions
and
4 deletions
dd4hep_base/Dockerfile
+
6
−
4
View file @
93883837
...
@@ -51,16 +51,18 @@ RUN cd /tmp \
...
@@ -51,16 +51,18 @@ RUN cd /tmp \
&&
make
-j30
&&
make
-j4
install
\
&&
make
-j30
&&
make
-j4
install
\
&&
cd
/tmp
&&
rm
-rf
/tmp/podio
&&
cd
/tmp
&&
rm
-rf
/tmp/podio
RUN
cd
/tmp
\
RUN
apt-get update
&&
apt-get remove
-y
libtbb-dev libtbb2
\
&&
cd
/tmp
\
&&
git clone https://eicweb.phy.anl.gov/eic_tools/DD4hep.git
\
&&
git clone https://eicweb.phy.anl.gov/eic_tools/DD4hep.git
\
&&
source
/usr/local/bin/thisroot.sh
\
&&
source
/usr/local/bin/thisroot.sh
\
&&
source
/usr/local/bin/geant4.sh
\
&&
source
/usr/local/bin/geant4.sh
\
&&
mkdir
-p
DD4hep/build
&&
cd
DD4hep/build
\
&&
mkdir
-p
DD4hep/build
&&
cd
DD4hep/build
\
&&
cmake ../.
-DCMAKE_INSTALL_PREFIX
=
/usr/local
-DCMAKE_CXX_STANDARD
=
17
-DDD4HEP_USE_GEANT4
=
ON
\
&&
cmake ../.
-DCMAKE_INSTALL_PREFIX
=
/usr/local
-DCMAKE_CXX_STANDARD
=
17
-DDD4HEP_USE_GEANT4
=
ON
\
&&
make
-j30
&&
make
-j4
install
\
&&
make
-j30
&&
make
-j4
install
\
&&
cd
/tmp
&&
rm
-rf
/tmp/DD4hep
&&
cd
/tmp
&&
rm
-rf
/tmp/DD4hep
\
&&
apt-get update
&&
apt-get
install
-y
libtbb-dev libtbb2
\
&&
apt-get clean
-y
#RUN cd /tmp \
#RUN cd /tmp \
# && apt-get install -y libtbb-dev \
# && apt-get install -y libtbb-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