Skip to content
Snippets Groups Projects
Commit f449a137 authored by André Offringa's avatar André Offringa
Browse files

Switch to Dp3 master

Former-commit-id: 7e4163ee
parent b6ce9f1a
No related branches found
No related tags found
No related merge requests found
...@@ -82,14 +82,8 @@ RUN \ ...@@ -82,14 +82,8 @@ RUN \
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local/ && \ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local/ && \
make install -j`nproc` make install -j`nproc`
# We currently checkout a specific version of DP3 because there's
# currently a bug in the solver in the master branch. Once this is
# solved we should again use master, and the clone cmd should be changed
# back to:
# git clone https://git.astron.nl/RD/DP3.git --depth 1 &&
RUN \ RUN \
git clone https://git.astron.nl/RD/DP3.git && \ git clone https://git.astron.nl/RD/DP3.git --depth 1 && \
cd DP3 && git checkout 1eadf43fee5ac76f48611fdd1fd464ebda8c0b6d && cd .. && \
mkdir DP3/build && \ mkdir DP3/build && \
cd DP3/build && \ cd DP3/build && \
cmake ../ \ cmake ../ \
......
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