Skip to content
Snippets Groups Projects
Commit 766dabb6 authored by henedler's avatar henedler
Browse files

update

parent 23b6bcd2
No related branches found
No related tags found
1 merge request!1New env dp3v5
......@@ -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 &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment