File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM sboogert/alma9-base
22
33# CLHEP
4- RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.4.0 .tgz && \
4+ RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.5.1 .tgz && \
55 tar -xf clhep-2.4.5.1.tgz && rm -rf clhep-2.4.5.1.tgz && \
66 mkdir clhep-build && cd clhep-build && cmake ../2.4.5.1/CLHEP/ && \
77 make -j10 && make install && cd ../ && rm -rfv 2.4.5.1 clhep-build
Original file line number Diff line number Diff line change 11FROM sboogert/alma9-base
22
33# CLHEP
4- RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.4.0 .tgz && \
4+ RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.6.2 .tgz && \
55 tar -xf clhep-2.4.6.2.tgz && rm -rf clhep-2.4.6.2.tgz && \
66 mkdir clhep-build && cd clhep-build && cmake ../2.4.6.2/CLHEP/ && \
77 make -j10 && make install && cd ../ && rm -rfv 2.4.6.2 clhep-build
Original file line number Diff line number Diff line change 11FROM sboogert/alma9-base
22
33# CLHEP
4- RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.4.0 .tgz && \
4+ RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.7.1 .tgz && \
55 tar -xf clhep-2.4.7.1.tgz && rm -rf clhep-2.4.7.1.tgz && \
66 mkdir clhep-build && cd clhep-build && cmake ../2.4.7.1/CLHEP/ && \
77 make -j10 && make install && cd ../ && rm -rfv 2.4.7.1 clhep-build
You can’t perform that action at this time.
0 commit comments