Skip to content
Snippets Groups Projects
Commit 02dd22fc authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files
parent 392194f6
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 src && git checkout v3.3.0 && cd .. && \
cd ${INSTALLDIR}/DAL && git clone https://github.com/nextgen-astrodata/DAL.git src && cd src && git checkout v3.3.1 && 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