From 766dabb63b68f6f89db72ed115bbc147c493633e Mon Sep 17 00:00:00 2001
From: henedler <henrik.edler@hs.uni-hamburg.de>
Date: Wed, 13 Jan 2021 19:52:15 +0100
Subject: [PATCH] update

---
 build_lofar.sh | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/build_lofar.sh b/build_lofar.sh
index 6485273..37a2578 100755
--- a/build_lofar.sh
+++ b/build_lofar.sh
@@ -410,13 +410,10 @@ if [ ! -e $prefix/.done ]; then
     if [ -e src ]; then
         echo "Using existing sources."
     else
-        git clone https://gitlab.com/aroffringa/aoflagger.git presrc
+        git clone https://gitlab.com/aroffringa/aoflagger.git src
         if [ "$aoflagger_version" != "latest" ]; then
-            ( cd presrc && git checkout tags/v$aoflagger_version )
+            ( cd src && git checkout tags/v$aoflagger_version )
         fi &&
-        #echo "Patching build (for BLAS, Boost, Python, usually) ..." && 
-        #(cd presrc && patch -Np1 < "$scriptdir/aoflagger-buildfix.patch" ) &&
-        mv presrc src
     fi &&
     mkdir build &&
     cd    build &&
@@ -449,10 +446,7 @@ if [ ! -e $prefix/.done ]; then
     if [ -e src ]; then
         echo "Using existing sources."
     else
-        git clone https://git.astron.nl/RD/EveryBeam.git presrc
-        #echo "Patching build (for BLAS, Boost, Python, usually) ..." && 
-        #(cd presrc && patch -Np1 < "$scriptdir/EveryBeam-buildfix.patch" ) &&
-        mv presrc src
+        git clone https://git.astron.nl/RD/EveryBeam.git src
     fi &&
     mkdir build &&
     cd    build &&
-- 
GitLab