We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1603962 commit a2d4a16Copy full SHA for a2d4a16
Singularity.lofar_sksp
@@ -177,7 +177,9 @@ From: tikk3r/lofar-grid-hpccloud:lofar_sksp_base
177
mkdir -p $INSTALLDIR/lsmtool/lib/python2.7/site-packages
178
export PYTHONPATH=$INSTALLDIR/lsmtool/lib/python2.7/site-packages:$PYTHONPATH
179
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
+ cd $INSTALLDIR/lsmtool/lsmtool
181
+ git checkout c1713ec
182
+ python setup.py install --prefix=$INSTALLDIR/lsmtool
183
184
#
185
# Install-WSClean
0 commit comments