Skip to content
Snippets Groups Projects
Commit 59f01ac9 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2:
Browse files

Apply 5 suggestion(s) to 1 file(s)

parent 1591a082
No related branches found
No related tags found
1 merge request!1Update image to 24.04 LTS (originally was: 24.10)
......@@ -84,16 +84,19 @@ RUN mkdir -p build_coin && \
### Install soqt
RUN pwd; ls && \
wget https://atlas-vp1.web.cern.ch/atlas-vp1/sources/soqt.zip && \
mkdir -p build_soqt && \
cd build_soqt && \
wget https://atlas-vp1.web.cern.ch/atlas-vp1/sources/soqt.zip && \
unzip soqt.zip && \
mkdir build_soqt && \
cd build_soqt && \
mkdir build && \
cd build && \
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR ../soqt && \
make -j8 && \
make install && \
pwd; ls && \
ls ../ && \
ls ../../
cd ../../ && \
rm -rf build_soqt && \
pwd && ls -lh\
echo "soQT installation done"
# Set up the ATLAS user, and give it super user rights.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment