Skip to content

Commit

Permalink
Download the LINC runners correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Aug 18, 2023
1 parent 7da1ead commit ae31e8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions singularity/Singularity.amd_aocl
Original file line number Diff line number Diff line change
Expand Up @@ -682,9 +682,9 @@ From: fedora:36
#
mkdir -p /opt/lofar/runners
cd /opt/lofar/runners
wget 'https://github.com/tikk3r/flocs/blob/fedora-py3/runners/run_LINC_calibrator.sh'
wget 'https://github.com/tikk3r/flocs/blob/fedora-py3/runners/run_LINC_target.sh'
chmod 755 /opt/lofar/runners/*.sh
wget 'https://raw.githubusercontent.com/tikk3r/flocs/fedora-py3/runners/run_LINC_calibrator.sh' -O run_LINC_calibrator
wget 'https://raw.githubusercontent.com/tikk3r/flocs/fedora-py3/runners/run_LINC_target.sh' -O run_LINC_target
chmod 755 /opt/lofar/runners/run_LINC*
cd $INSTALLDIR

#
Expand Down
2 changes: 1 addition & 1 deletion singularity/Singularity.intel_mkl
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ EOF
#
mkdir -p /opt/lofar/runners
cd /opt/lofar/runners
wget 'https://github.com/tikk3r/flocs/blob/fedora-py3/runners/run_LINC_calibrator.sh'
wget 'https://github.com/tikk3r/flocs/blob/fedora-py3/runners/run_LINC_calibrator.sh
wget 'https://github.com/tikk3r/flocs/blob/fedora-py3/runners/run_LINC_target.sh'
chmod 755 /opt/lofar/runners/*.sh
cd $INSTALLDIR
Expand Down

0 comments on commit ae31e8b

Please sign in to comment.