Skip to content
Snippets Groups Projects
Commit 8b88e789 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Merge branch '15-root-profile-file-is-not-optimal' into 'master'

Resolve "ROOT profile file is not optimal."

Closes #15

See merge request common/dockerfiles!25
parents 27f23fd6 61151d0a
Branches 16-update-genie-container
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ RUN which cmake && cmake --version
cd .. && \
mv obj /opt/root-$ROOT_VERSION && \
rm -rf /tmp/root* && \
echo "cd /opt/root-$ROOT_VERSION && source bin/thisroot.sh && cd" >> /etc/profile.d/root_env.sh && cd
echo "cd /opt/root-$ROOT_VERSION && source bin/thisroot.sh && cd -" >> /etc/profile.d/root_env.sh && cd
# Make Geant4
......@@ -53,4 +53,4 @@ RUN which cmake && cmake --version
mkdir geant4.10.05_build && mkdir /usr/local/geant4.10.05_install && cd geant4.10.05_build && \
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/geant4.10.05_install -DGEANT4_USE_GDML=ON -DGEANT4_INSTALL_DATA=ON -DXERCESC_INCLUDE_DIR=/usr/include/xercesc/ -DXERCESC_LIBRARY=/usr/lib64/ ../geant4.10.05 && \
make -j4 > make.log && make install > make_install.log && cd .. && rm -rf geant4.10.05_build geant4.10.05
RUN echo "export G4DIR=/usr/local/geant4.10.05_install" >> /etc/bashrc
\ No newline at end of file
RUN echo "export G4DIR=/usr/local/geant4.10.05_install" >> /etc/bashrc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment