Skip to content
Snippets Groups Projects
Commit 3076f9b8 authored by David Blyth's avatar David Blyth
Browse files

Added dependencies to lcsim to avoid issues retrieving them in ANL network.

parent d25d96b0
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,8 @@ RUN sudo pacman -S --noconfirm \
maven \
which
ENV LCSIM_COMMIT 917843d955e4de308bb514e6793388e341cfc589
ENV LCSIM_VERSION 4.0-SNAPSHOT
ENV LCSIM_COMMIT f06ab13839e6afbd7ce3c084e5a932cc78898fd3
RUN git clone https://github.com/decibelCooper/lcsim.git /opt/lcsim && \
cd /opt/lcsim && \
......@@ -193,8 +194,6 @@ RUN git clone https://github.com/decibelCooper/lcsim.git /opt/lcsim && \
mvn -DskipTests && \
rm -rf ~/.m2
ENV LCSIM_VERSION 4.0-SNAPSHOT
RUN echo "export CLICSOFT=/opt/lcsim; export GEOMCONVERTERDIR=\$CLICSOFT/detector-framework; export GCONVERTER=\$GEOMCONVERTERDIR/target/lcsim-detector-framework-$LCSIM_VERSION-bin.jar" | sudo bash -c "cat >> /etc/profile.d/lcsim.sh" && \
sudo chmod +x /etc/profile.d/lcsim.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment