Skip to content

Commit a2d4a16

Browse files
authored
Fix lsmtool installation?
1 parent 1603962 commit a2d4a16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Singularity.lofar_sksp

+3-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ From: tikk3r/lofar-grid-hpccloud:lofar_sksp_base
177177
mkdir -p $INSTALLDIR/lsmtool/lib/python2.7/site-packages
178178
export PYTHONPATH=$INSTALLDIR/lsmtool/lib/python2.7/site-packages:$PYTHONPATH
179179
cd $INSTALLDIR/lsmtool && git clone https://github.com/darafferty/LSMTool.git lsmtool
180-
cd $INSTALLDIR/lsmtool/lsmtool && git checkout c1713ec && python setup.py install --prefix=$INSTALLDIR/lsmtool
180+
cd $INSTALLDIR/lsmtool/lsmtool
181+
git checkout c1713ec
182+
python setup.py install --prefix=$INSTALLDIR/lsmtool
181183

182184
#
183185
# Install-WSClean

0 commit comments

Comments
 (0)