Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eoin Clerkin
cbmroot-hub
Commits
8ffa5f96
Commit
8ffa5f96
authored
Apr 27, 2020
by
Evgeny Lavrik
Browse files
Update CbmRoot.Dockerfile
parent
9a46be4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
CbmRoot.Dockerfile
CbmRoot.Dockerfile
+11
-3
No files found.
CbmRoot.Dockerfile
View file @
8ffa5f96
...
...
@@ -11,8 +11,16 @@ RUN git clone https://git.cbm.gsi.de/CbmSoft/CbmRoot.git CbmRoot && \
make
-C
CbmRoot_build
-j2
install
&&
\
cd
/
&&
rm
-rf
/tmp/cbmroot
*
ENV
\
ROOTSYS="/opt/fairsoft_jun19p2" \
ROOT_LIBRARY_DIR="/opt/fairsoft_jun19p2/lib/root" \
ROOT_LIBRARIES="-L/opt/fairsoft_jun19p2/lib/root -lGui -lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -lTree -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lMultiProc -lROOTDataFrame -pthread -Wl,-rpath,/opt/fairsoft_jun19p2/lib/root -lm -ldl -rdynamic" \
ROOT_INCLUDE_DIR="/opt/fairsoft_jun19p2/include/root6" \
ROOT_INCLUDE_PATH="/opt/cbmroot/include:/opt/fairroot_v18.2.1/include:/opt/fairsoft_jun19p2/include/TGeant3:/opt/cbmroot/include" \
VMCWORKDIR="/opt/cbmroot/share/cbmroot" \
FAIRLIBDIR="/opt/cbmroot/lib" \
PYTHONPATH="/opt/cbmroot/lib:/opt/fairsoft_jun19p2/lib:/opt/fairsoft_jun19p2/lib/root:/opt/fairsoft_jun19p2/lib/Geant4:/opt/fairsoft_jun19p2/lib/g4py" \
LD_LIBRARY_PATH="/opt/cbmroot/lib:/opt/fairroot_v18.2.1/lib:/opt/fairsoft_jun19p2/lib:/opt/fairsoft_jun19p2/lib/root:$LD_LIBRARY_PATH" \
PATH="/opt/cbmroot/bin:/opt/fairroot_v18.2.1/bin:/opt/fairsoft_jun19p2/bin:/opt/cmake-3.16.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH"
WORKDIR
/opt/cbmroot
SHELL
["/bin/bash", "-c"]
RUN
source
/opt/cbmroot/bin/CbmRootConfig.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment