Commit 2b4405d 1 parent 250a800 commit 2b4405d Copy full SHA for 2b4405d
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -304,8 +304,9 @@ From: fedora:40
304
304
cd $INSTALLDIR/casacore
305
305
git clone https://github.com/casacore/casacore.git src
306
306
cd ${INSTALLDIR}/casacore/src && git checkout tags/${CASACORE_VERSION} && echo export CASACORE_VERSION=$(git rev-parse --short HEAD) >> $INSTALLDIR/init.sh
307
- cd ${INSTALLDIR}/casacore/data && wget --progress=bar:force:noscroll --retry-connrefused ftp://anonymous@ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar
308
- cd ${INSTALLDIR}/casacore/data && tar xf WSRT_Measures.ztar && rm WSRT_Measures.ztar
307
+ cd ${INSTALLDIR}/casacore/data
308
+ ncftpget ftp://anonymous@ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar
309
+ tar xf WSRT_Measures.ztar && rm WSRT_Measures.ztar
309
310
cd ${INSTALLDIR}/casacore/build
310
311
cmake $CMAKE_ADD_OPTION \
311
312
-DCMAKE_INSTALL_PREFIX=${INSTALLDIR}/casacore/ \
Original file line number Diff line number Diff line change 277
277
cd $INSTALLDIR/casacore
278
278
git clone https://github.com/casacore/casacore.git src
279
279
cd ${INSTALLDIR}/casacore/src && git checkout tags/${CASACORE_VERSION} && echo export CASACORE_VERSION=$(git rev-parse --short HEAD) >> $INSTALLDIR/init.sh
280
- cd ${INSTALLDIR}/casacore/data && wget --progress=bar:force:noscroll --retry-connrefused ftp://anonymous@ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar
281
- cd ${INSTALLDIR}/casacore/data && tar xf WSRT_Measures.ztar && rm WSRT_Measures.ztar
280
+ cd ${INSTALLDIR}/casacore/data
281
+ ncftpget ftp://anonymous@ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar
282
+ tar xf WSRT_Measures.ztar && rm WSRT_Measures.ztar
282
283
cd ${INSTALLDIR}/casacore/build
283
284
cmake $CMAKE_ADD_OPTION \
284
285
-DCMAKE_INSTALL_PREFIX=${INSTALLDIR}/casacore/ \
You can’t perform that action at this time.
0 commit comments