From 76fd5b9f66ae38ceca4e5bce867f11dc3e2cf6d6 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Sat, 18 Jun 2016 20:57:43 +0000
Subject: [PATCH] Task #8887: Pull casarest from native repo again

---
 Docker/lofar-base/Dockerfile.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Docker/lofar-base/Dockerfile.tmpl b/Docker/lofar-base/Dockerfile.tmpl
index e467570b156..f8bf3056d96 100644
--- a/Docker/lofar-base/Dockerfile.tmpl
+++ b/Docker/lofar-base/Dockerfile.tmpl
@@ -85,7 +85,7 @@ RUN apt-get update && apt-get install -y wget git cmake g++ gfortran flex bison
 #
 RUN apt-get update && apt-get install -y git cmake g++ gfortran libboost-system-dev libboost-thread-dev libhdf5-dev libcfitsio3-dev wcslib-dev libopenblas-dev && \
     mkdir -p ${INSTALLDIR}/casarest/build && \
-    cd ${INSTALLDIR}/casarest && git clone https://github.com/jjdmol/casarest.git src && \
+    cd ${INSTALLDIR}/casarest && git clone https://github.com/casacore/casarest.git src && \
     if [ "${CASAREST_VERSION}" != "latest" ]; then cd ${INSTALLDIR}/casarest/src && git checkout tags/v${CASAREST_VERSION}; fi && \
     cd ${INSTALLDIR}/casarest/build && cmake -DCMAKE_INSTALL_PREFIX=${INSTALLDIR}/casarest -DCASACORE_ROOT_DIR=${INSTALLDIR}/casacore -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-std=c++11 -O2 -march=native -DNDEBUG" ../src/ && \
     cd ${INSTALLDIR}/casarest/build && make -j ${J} && \
-- 
GitLab