Skip to content
Snippets Groups Projects
Commit 109aff9b authored by Alexander Kutkin's avatar Alexander Kutkin
Browse files

add portable flag for builds

parent bad7edb6
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ RUN \
git clone https://git.astron.nl/RD/EveryBeam.git && \
mkdir /software/EveryBeam/build && \
cd /software/EveryBeam/build && \
cmake ../ && \
cmake -DPORTABLE=True ../ && \
make install -j`nproc --all`
# Dysco
......@@ -44,7 +44,7 @@ RUN \
git clone https://github.com/aroffringa/dysco.git && \
mkdir /software/dysco/build && \
cd /software/dysco/build && \
cmake ../ && \
cmake -DPORTABLE=True ../ && \
make install -j`nproc --all`
# IDG
......@@ -53,7 +53,7 @@ RUN \
git clone https://git.astron.nl/RD/idg.git && \
mkdir /software/idg/build && \
cd /software/idg/build && \
cmake ../ && \
cmake -DPORTABLE=True ../ && \
make install -j`nproc --all`
# WSClean
......@@ -62,7 +62,7 @@ RUN \
git clone https://gitlab.com/aroffringa/wsclean.git && \
mkdir /software/wsclean/build && \
cd /software/wsclean/build && \
cmake ../ && \
cmake -DPORTABLE=True ../ && \
make install -j`nproc --all` && \
wsclean --version
......@@ -72,7 +72,7 @@ RUN \
git clone https://gitlab.com/aroffringa/aoflagger.git && \
mkdir /software/aoflagger/build && \
cd /software/aoflagger/build && \
cmake ../ && \
cmake -DPORTABLE=True ../ && \
make install -j`nproc --all` && \
aoflagger --version
......@@ -81,7 +81,7 @@ RUN \
cd /software && git clone https://git.astron.nl/RD/DP3.git && \
mkdir /software/DP3/build && \
cd /software/DP3/build && \
cmake ../ && \
cmake -DPORTABLE=True ../ && \
make install -j`nproc --all` && \
DP3 -v
......@@ -114,7 +114,7 @@ RUN \
cd modeltools && \
mkdir build && \
cd build && \
cmake ../ && \
cmake -DPORTABLE=True ../ && \
make -j4 && \
cp bbs2model cluster editmodel render /usr/local/bin/
......
#:===========================================================================
# Settings for imcal
#:===========================================================================
####################### IMAGING #######################
#global: # provide executables here
# dppp_bin: 'DPPP'
# wsclean_bin: 'wsclean'
......@@ -10,6 +8,7 @@
# bbs2model_bin: 'bbs2model'
# render_bin: 'render'
####################### IMAGING #######################
split1:
startchan: 40 # start channel to split from
......@@ -18,7 +17,6 @@ split1:
clean0: # initial clean
max_over_thresh: 250 # the threshold for initial CLEAN is set to image_max/max_over_thresh
clean1: # wsclean setup
imagesize: 3072
pixelsize: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment