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

Task #11328: Changed the lofar-base Docker file to use Thomas' fork of DAL...

Task #11328:  Changed the lofar-base Docker file to use Thomas' fork of DAL until all modifications have made it back into the official repo.
parent 2fbf17eb
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://github.com/nextgen-astrodata/DAL.git src && \
cd ${INSTALLDIR}/DAL && git clone https://github.com/tjuerges/DAL.git src && pushd src && git checkout TBB-Task11328-Alert && popd \
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