Skip to content

Commit 94aa062

Browse files
committed
Fix Montage PATH entry
1 parent a768163 commit 94aa062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Singularity.lofar_sksp

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ From: tikk3r/lofar-grid-hpccloud:lofar_sksp_base
381381
echo export HDF5_USE_FILE_LOCKING=FALSE >> $INSTALLDIR/init.sh
382382
echo source \$INSTALLDIR/lofar/lofarinit.sh >> $INSTALLDIR/init.sh
383383
echo export PYTHONPATH=\$INSTALLDIR/dppp:\$INSTALLDIR/lofar/lib64/python2.7/site-packages >> $INSTALLDIR/init.sh
384-
echo export PATH=/opt/montage/Montage-0.6/bin:\$PATH >> $INSTALLDIR/init.sh
384+
echo export PATH=/opt/montage/Montage-6.0/bin:\$PATH >> $INSTALLDIR/init.sh
385385
echo export PATH=\$INSTALLDIR/aoflagger/bin:\$PATH >> $INSTALLDIR/init.sh
386386
echo export PATH=\$INSTALLDIR/casacore/bin:\$PATH >> $INSTALLDIR/init.sh
387387
echo export PATH=\$INSTALLDIR/ds9/bin:\$PATH >> $INSTALLDIR/init.sh

0 commit comments

Comments
 (0)