Skip to content
Snippets Groups Projects
Commit 04ff5a2c authored by Thomas Jürges's avatar Thomas Jürges
Browse files

Task SW-509: Pull latest DAL version into Docker base image

This is necessary to have the latest DAL pulled in that is compatible with the
LOFAR Data Format ICD - TBB Time-Series Data V3.04.01.
parent 15af27b5
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ RUN apt-get update && apt-get install -y subversion swig ruby ruby-dev python-de
#
RUN apt-get update && apt-get install -y git cmake g++ swig python-dev libhdf5-dev && \
mkdir ${INSTALLDIR}/DAL && \
cd ${INSTALLDIR}/DAL && git clone https://gitlab.com/tjuerges/DAL.git src && cd src && git checkout TBB-Task11328-Alert && cd .. && \
cd ${INSTALLDIR}/DAL && git clone https://github.com/nextgen-astrodata/DAL.git src && cd src && git checkout master && cd .. && \
mkdir ${INSTALLDIR}/DAL/build && cd ${INSTALLDIR}/DAL/build && cmake -DCMAKE_INSTALL_PREFIX=${INSTALLDIR}/DAL ../src && \
make -j ${J} && \
make install && \
......
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